Monthly Archives: July 2018
R functions
I am constantly re-googling a lot of functions. Here they are in one place. Plotting a world map over data in ggplot: “`{r worldmap} # load libraries: library(ggplot) # get a map of the world: worldmap <- map_data(“world”) # define … Continue reading
Posted in Uncategorized
Leave a comment