plot_globeproj | R Documentation |
Plot a globeproj object
plot_globeproj(
x,
xlim = NULL,
ylim = NULL,
outline = TRUE,
graticule = c(24, 12),
tissot = c(12, 6),
asp = 1,
add = FALSE,
...
)
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 |
Nothing
Finn Lindgren
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.