get_tracks | R Documentation |
get_tracks()
extracts periods of mobile activity or tracks identified by
circleclust()
get_tracks(df, nested = TRUE, geometry = TRUE, summary = TRUE, dt_field = NULL)
df |
a data frame created by |
nested |
logical; if TRUE, metadata for each track is nested in a list
column ( |
geometry |
logical; if TRUE, an |
summary |
logical; if TRUE, the returned data frame is appended with summary values for duration, start time, and end time for each track. The dominant bearing of each track is also calculated. |
dt_field |
character; name of datetime field used to calculate summary information. |
a data frame or sf
object
## Not run:
get_tracks(df, nested = TRUE, geometry = TRUE, summary = TRUE, dt_field = NULL)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.