View source: R/identificar_viajes.R
identificar_viajes | R Documentation |
Agrega columna identificando viajes
identificar_viajes(
GPS_data = GPS_data,
nest_loc = nest_loc,
distancia_km = distancia_km
)
GPS_data |
es el data frame con datos de GPS con las columnas Latitude y Longitude |
nest_loc |
es un data frame con las columnas Latitude y Longitude |
distancia_km |
un numero de acuerdo al buffer de interes |
el data frame con una columna adicional
nest_loc<-data.frame(Longitude=-109.4531, Latitude=-27.20097)
GPS_01_trips<-identificar_viajes(GPS_data=GPS01,nest_loc=nest_loc,distancia_km=0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.