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

View source: R/plot_ecoregion_map.R

plot_ecoregion_mapR Documentation

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

Description

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

Usage

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

## 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 June 15, 2024, 4:41 a.m.