eqearth_get_ext: Calculates the extent of the plot in the equal earth...

View source: R/plot.utils.R

eqearth_get_extR Documentation

Calculates the extent of the plot in the equal earth projection.

Description

Calculates the extent of the plot in the equal earth projection.

Usage

eqearth_get_ext(ext, npoints = 15)

Arguments

ext

A set of coordinates.

npoints

The number of points used to draw the polygon along each dimension.

Value

The set of coordinates ext projected in equal earth.

Examples

## Not run: 
  eqearth_get_ext(c(-15, 50, 30, 70))

## End(Not run)


crestr documentation built on Jan. 6, 2023, 5:23 p.m.