View source: R/refEllipsoids.R
refEllipsoids | R Documentation |
This function returns a data.frame with parameters a
(semi-major axis) and 1/f
(inverse flattening) for a set of reference ellipsoids.
refEllipsoids()
data.frame
To compute parameter b
you can do
Robert J. Hijmans
area, perimeter
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.