sinusoidal | R Documentation |
Sinusoidal projection
sinusoidal(
r,
proj.centre = cbind(phi = 0, lambda = 0),
lambdalim = NULL,
lines = FALSE,
...
)
r |
Latitude-longitude coordinates in a matrix with columns
labelled |
proj.centre |
Location of centre of projection as matrix with
column names |
lambdalim |
Limits of longitude to plot |
lines |
If this is |
... |
Arguments not used by this projection. |
Two-column matrix with columns labelled x
and
y
of locations of projection of coordinates on plane
David Sterratt
https://en.wikipedia.org/wiki/Map_projection, http://mathworld.wolfram.com/SinusoidalProjection.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.