Plot method for strataPolygon
objects.
# S3 method for strataPolygon
plot(
x,
basemap = TRUE,
facetted = FALSE,
fill_color = "red",
fill_alpha = 0.8,
...
)
strataPolygon
object from the strataPolygon
function.
Logical. Should the polygons be plotted on a basemap
from the ggOceanMaps package.
Logical indicating whether a facetted map should be returned instead of colored polygons overlaid on the same map.
Character specifying the fill color of strata polygons if facetted = TRUE
.
Numeric between 0 and 1 specifying the tranparency of strata polygon fill.
Additional parameters passed to basemap
.