as.coastline | R Documentation |
Coerces a sequence of longitudes and latitudes into a coastline dataset.
This may be used when read.coastline()
cannot read a file, or
when the data have been manipulated.
as.coastline(longitude, latitude, fillable = FALSE)
longitude |
the longitude in decimal degrees, positive east of
Greenwich, or a data frame with columns named |
latitude |
the latitude in decimal degrees, positive north of the Equator. |
fillable |
boolean indicating whether the coastline can be drawn as a filled polygon. |
a coastline object.
Dan Kelley
Other things related to coastline data:
[[,coastline-method
,
[[<-,coastline-method
,
coastline-class
,
coastlineBest()
,
coastlineCut()
,
coastlineWorld
,
download.coastline()
,
plot,coastline-method
,
read.coastline.openstreetmap()
,
read.coastline.shapefile()
,
subset,coastline-method
,
summary,coastline-method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.