powered by
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, ... )
Nothing
A globeproj object
The x- and y-axis limits
logical
The number of graticules (n-long, n-lat) to compute
The number of Tissot indicatrices (n-long, n-lat) to compute
the aspect ratio. Default = 1
logical; If TRUE, add to existing plot. Default: FALSE
TRUE
FALSE
Additional parameters passed on to other methods
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)
Run the code above in your browser using DataLab