R/plot_maps.R
pr_plot_CPRmap.Rd
Title Sidebar panel plot of selected CPR bioregions
pr_plot_CPRmap(df)
dataframe containing CPR bioregions to plot
a map of the selected bioregions
df <- data.frame(BioRegion = c("Temperate East", "South-west", "South-east", "North", "North-west")) cprmap <- pr_plot_CPRmap(df)