Title Sidebar panel plot of selected CPR bioregions

pr_plot_CPRmap(df)

Arguments

df

dataframe containing CPR bioregions to plot

Value

a map of the selected bioregions

Examples

df <- data.frame(BioRegion = c("Temperate East", "South-west", "South-east", "North", "North-west"))
cprmap <- pr_plot_CPRmap(df)