View source: R/plot_ecoregion_map.R
plot_ecoregion_map | R Documentation |
Returns an map of the ecoregion and the divisions included in it
plot_ecoregion_map(ecoregion, ices_areas)
ecoregion |
a simple features dataframe output of load_ecoregions( ... ) |
ices_areas |
a simple features dataframe output of load_areas( ... ) |
A ggplot plot
plot_CLD_bar
Stock status relative to reference points.
icesFO-package
gives an overview of the package.
## Not run:
ices_areas <- load_areas("Baltic Sea")
ecoregion <- load_ecoregion("Baltic Sea")
eco_map <- plot_ecoregion_map(ecoregion, ices_areas)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.