Learn R Programming

crestr (version 1.2.1)

eqearth_get_ext: 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)

Value

The set of coordinates ext projected in equal earth.

Arguments

ext

A set of coordinates.

npoints

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

Examples

Run this code
if (FALSE) {
  eqearth_get_ext(c(-15, 50, 30, 70))
}

Run the code above in your browser using DataLab