coastlineWorldFine | R Documentation |
coastlineWorldFine
is analogous to coastlineWorldMedium
, but
at higher resolution, i.e. showing more detail. It may be used for regional
(sub-basin) views, but for coastal work, users should consider downloading a
file at finer resolution.
data(coastlineWorldFine, package="ocedata")
The data for coastlineWorldFine
were downloaded from shapefile
ne_10m_admin_0_countries.shp
, stored at
https://www.naturalearthdata.com.
The documentation for coastline-class
in oce explains the
structure of coastline objects and discusses functions that deal with them.
Other coastline files:
coastlineWorldMedium
# Regional plot of the Maritime provinces of Canada. data(coastlineWorldFine, package="ocedata") ## Not run: library(oce) plot(coastlineWorldFine, clongitude=-63, clatitude=45.5, span=600) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.