globeproj | R Documentation |
Deprecated globe projection methods that may be removed in the future
old_globeproj(
type = NULL,
orient = NULL,
xlim = NULL,
ylim = NULL,
scale = NULL
)
.globeproj.types(x, ...)
old_outline(x, add = FALSE, do.plot = TRUE, ...)
old_graticule(x, n = c(24, 12), add = FALSE, do.plot = TRUE, ...)
old_tissot(x, n = c(12, 6), add = FALSE, do.plot = TRUE, ...)
old_limits(x, loc = NULL, ...)
old_project(x, loc, inverse = FALSE, ...)
type |
Projection type, see |
orient |
long,lat,rotation |
xlim |
x-axis limits |
ylim |
y-axis limits |
scale |
x- and y- scaling factors |
x |
A globeproj object |
... |
Additional parameters passed on to other methods |
add |
logical; If TRUE, add to existing plot |
do.plot |
logical; If TRUE, do plotting |
n |
The number of Tissot indicatrices (n-long, n-lat) to compute |
loc |
Coordinates to be mapped. |
inverse |
logical |
A vector of names of available projection types; "longlat", "mollweide", "hammer", "orthocyl", "lambert", "gall-peters"
A
A
A
A list:
xlim |
X axis limits in the map domain |
ylim |
Y axis limits in the map domain |
B
.globeproj.types()
: Types of globe projections
old_limits()
: Calculates projection axis limits
Finn Lindgren
old_globeproj("mollweide")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.