Some packages are required to complete the demo. Open R Studio. In the Console Window enter the following command (once a time): install.packages(“ggplot2”) install.packages(“ggmap”) install.packages(“maps”) install.packages(“calibrate”) install.packages(“dplyr”) There is ...
Why reprex? Getting unstuck is hard. Your first step here is usually to create a reprex, or reproducible example. The goal of a reprex is to package your code, and information about your problem so that others can run it…
usePackage(“gridExtra”) usePackage(“grid”) usePackage(“ggpubr”) usePackage(“see”) usePackage(“PerformanceAnalytics”) usePackage(“nloptr”) usePackage(“minpack.lm”) usePackage(“rPref”) usePackage(“reticulate”) usePackage(“rstudioapi”) usePackage(“data.table”) usePackage(...
plotnine is made using matplotlib as the back-end, so I'm guessing there must be a way to draw subplots (without using faceting). Is there a way to do so? I'd be happy to contribute to the documentation if someone points out a solution.