flatearth(projection = c("atlas", "cylindrical"), gdata, runlen, asp = NULL,
..., do.plot=TRUE)
earth$coords
.
If NULL
, no coastline is plotted.
earth$runlen
.
segments
to control the plotting of the coastline.
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.
globeearth
.Use flatpoints
to plot points on the image.
flatearth("atlas")
flatearth("cylindrical")
Run the code above in your browser using DataLab