Plot method for strataPolygon objects.

# S3 method for strataPolygon
plot(
  x,
  basemap = TRUE,
  facetted = FALSE,
  fill_color = "red",
  fill_alpha = 0.8,
  ...
)

Arguments

x

strataPolygon object from the strataPolygon function.

basemap

Logical. Should the polygons be plotted on a basemap from the ggOceanMaps package.

facetted

Logical indicating whether a facetted map should be returned instead of colored polygons overlaid on the same map.

fill_color

Character specifying the fill color of strata polygons if facetted = TRUE.

fill_alpha

Numeric between 0 and 1 specifying the tranparency of strata polygon fill.

...

Additional parameters passed to basemap.

Author

Mikko Vihtakari