Description Usage Arguments Value Examples
View source: R/coordToMetersDouble.R
Transforma coordenadas geográficas a coordenadas cartesianas Los valores de está función fueron comprobados en http://www.csgnetwork.com/degreelenllavcalc.html
1 | coordToMetersDouble(vector_lat, vector_lon)
|
vector_lat |
Latitud |
vector_lon |
Longitud |
dataframe con las dos columnas transformadas
1 2 | d <- data.frame(lon = -70.57299, lat = -33.39064)
coordToMetersDouble(vector_lon = d$lon, vector_lat = d$lat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.