plot_ecoregion_map: Returns an map of the ecoregion and the divisions included in...

Description Usage Arguments Value See Also Examples

View source: R/plot_ecoregion_map.R

Description

Returns an map of the ecoregion and the divisions included in it

Usage

1
plot_ecoregion_map(ecoregion, ices_areas)

Arguments

ecoregion

a simple features dataframe output of load_ecoregions( ... )

ices_areas

a simple features dataframe output of load_areas( ... )

Value

A ggplot plot

See Also

plot_CLD_bar Stock status relative to reference points.

icesFO-package gives an overview of the package.

Examples

1
2
3
4
5
6
## Not run: 
  ices_areas <- load_areas("Baltic Sea")
  ecoregion <- load_ecoregion("Baltic Sea")
  eco_map <- plot_ecoregion_map(ecoregion, ices_areas)

## End(Not run)

ices-tools-prod/icesFO documentation built on Aug. 28, 2020, 2:33 p.m.