plot_globeproj {fmesher} | R Documentation |
Plot a globeproj object
Description
Plot a globeproj object
Usage
plot_globeproj(
x,
xlim = NULL,
ylim = NULL,
outline = TRUE,
graticule = c(24, 12),
tissot = c(12, 6),
asp = 1,
add = FALSE,
...
)
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 |
... |
Additional parameters passed on to other methods |
Value
Nothing
Author(s)
Finn Lindgren
Examples
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)
[Package fmesher version 0.1.7 Index]