Description Usage Value Note Author(s) See Also Examples
View source: R/refEllipsoids.R
This function returns a data.frame with parameters a
(semi-major axis) and 1/f
(inverse flattening) for a set of reference ellipsoids.
1 |
data.frame
To compute parameter b
you can do
Robert J. Hijmans
1 2 3 4 5 | e <- refEllipsoids()
e[e$code=='WE', ]
#to compute semi-minor axis b:
e$b <- e$a - e$a / e$invf
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.