E2: To calculate 1-e^2.

View source: R/E2.R

E2R Documentation

To calculate 1-e^2.

Description

To calculate the value for the function 1-e^2.

Usage

E2(x, digits = 4)

Arguments

x

Selection of Ellipsoid.

digits

Number of digits are rounded to. DEFAULT: 4

Value

value

Note

create data frame of epsg codes by epsg <- rgdal::make_EPSG()

References

https://github.com/OSGeo/PROJ & https://github.com/cran/rgdal

Examples


# To know the ellipsoids and the order open the Ellipsoids in the package
# and look for it number
Ellip <- Ellipsoids
#View(Ellip)

# We choose the number 5 which is GRS80
value <- E2(5, digits = 4)
print(value)


diegoalarc/GeodesiCL documentation built on July 24, 2022, 9:14 p.m.