coastlineWorldMedium | R Documentation |
coastlineWorldMedum
is analogous to coastlineWorld
in the oce
package, but at higher resolution, i.e. showing more detail. It is suitable
for basin-scale plots; for sub-basin work, try coastlineWorldFine
.
data(coastlineWorldMedium, package="ocedata")
The data for coastlineWorldMedium
were downloaded from shapefile
ne_50m_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:
coastlineWorldFine
# Regional plot of the Maritime provinces of Canada. data(coastlineWorldMedium, package="ocedata") ## Not run: library(oce) plot(coastlineWorldMedium, 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.