Author Archives: kiriwhan

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

Plants of the Shoalhaven Region

https://plantid.shinyapps.io/posr/ https://kiriwhan.shinyapps.io/posr/ POSR is an online tool to aid in the identification of plants in the Shoalhaven region on the south-coast of NSW, Australia. Written in the R Statistical Computing Environment and powered by shinyapps.io, the website is multi-platform running … Continue reading

Posted in Uncategorized | Leave a comment