Skip to contents

CCSBT coord

Usage

coord_ccsbt(proj = proj_ccsbt(), ...)

Arguments

proj

The projection to use.

...

Any additional arguments passed to coord_sf.

Value

A geom_coord object.

See also

Examples

ggplot() +
  geom_ccsbt(feature = "area") +
  geom_ccsbt(feature = "land", fill = "black") +
  coord_ccsbt()