ellipsoid: Ellipsoid from a Spatial* object, CRS, or proj4 string

Description Usage Arguments Value Functions Examples

View source: R/ellipsoid.r

Description

These functions extract the ellipsoid or datum from a spatial object, a CRS object, or from a proj4 string.

Usage

1
2
3

Arguments

x

SpatialPoints*, SpatialPolygons*, or SpatialLines* object, or an object of class CRS or character representing a proj4 string.

Value

Character.

Functions

Examples

1
2
3
crs <- enmSdm::getCRS('albersNA')
ellipsoid(crs)
datum(crs)

adamlilith/birdsEye documentation built on May 23, 2020, 4:40 p.m.