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, ...)
A vector of names of available projection types; "longlat", "mollweide", "hammer", "orthocyl", "lambert", "gall-peters"
A
A
A
A list:
X axis limits in the map domain
Y axis limits in the map domain
B
Projection type, see .globeproj.types()
long,lat,rotation
x-axis limits
y-axis limits
x- and y- scaling factors
A globeproj object
Additional parameters passed on to other methods
logical; If TRUE, add to existing plot
logical; If TRUE, do plotting
The number of Tissot indicatrices (n-long, n-lat) to compute
Coordinates to be mapped.
logical
.globeproj.types()
: Types of globe projections
old_limits()
: Calculates projection axis limits
Finn Lindgren