Description Usage Arguments Examples
convert coordenate to radian, decimal, dms, polar
1 2 | coord_convert(..., to = c("radian", "decimal", "dms", "polar",
"cartesian"), rad = FALSE, num = TRUE)
|
to |
convert to radian, decimal, dms, polar |
rad |
radian is true |
num |
out character or numeric |
... |
cordenate |
1 2 3 4 5 6 7 8 | ## Not run:
radi = c(-1.292318573, 0.7101605, 1, pi)
coord_convert(radi, to = "dms", rad=T)
coord_convert(radi, to = "dec", rad=T)
coord_convert(radi, to = "rad", rad=T)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.