Plot a globeproj object
Arguments
- x
A globeproj object
- xlim, ylim
The x- and y-axis limits
- outline
logical
- graticule
The number of graticules (n-long, n-lat) to compute
- tissot
The number of Tissot indicatrices (n-long, n-lat) to compute
- asp
the aspect ratio. Default = 1
- add
logical; If
TRUE
, add to existing plot. Default:FALSE
- ...
Additional parameters passed on to other methods
Examples
if (require("sp", quietly = TRUE)) {
proj <- old_globeproj("moll", orient = c(0, 0, 45))
plot_globeproj(proj,
graticule = c(24, 12), add = FALSE,
asp = 1, lty = 2, lwd = 0.5
)
}