R/plot.utils.R
eqearth_get_ext.Rd
Calculates the extent of the plot in the equal earth projection.
eqearth_get_ext(ext, npoints = 15)
A set of coordinates.
The number of points used to draw the polygon along each dimension.
The set of coordinates ext projected in equal earth.
if (FALSE) {
eqearth_get_ext(c(-15, 50, 30, 70))
}