plot_globeproj: Plot a globeproj object

View source: R/mapping.R

plot_globeprojR 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 TRUE, add to existing plot. Default: FALSE

...

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)

fmesher documentation built on Nov. 2, 2023, 5:35 p.m.