Description Usage Arguments Details Value Author(s) See Also Examples
Plots the Earth as specified 2D projection, with a map of the major coastline.
1 2 |
projection |
The type of 2D projection to be performed. |
gdata |
Two-column matrix of latitude, longitude coordinates of
coastline vertices. Defaults to |
runlen |
Integer vector giving the number of vertices in each connected
polygon in the coastline. Defaults to |
asp |
Optional. Aspect ratio of the longitude and latitude scales. |
... |
Optional arguments passed to |
do.plot |
Logical value indicating whether to actually perform the plotting, or just to return the calculated coordinates. |
In the atlas
projection, the continents are
plotted in longitude, latitude coordinates without any correction.
In the cylindrical
projection, the latitude is transformed
so that equal areas on the sphere are transformed onto equal areas
on the plot.
(Invisibly) a 4-column matrix containing the projected (x,y) coordinates of the segments of the coastline.
Adrian Baddeley and Tom Lawrence
Use flatpoints
to plot points on the image.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.