Description Usage Arguments Value
Summarize trip segment data
1 2 3 4 5 6 7 8 | summarizeTrips(
data,
id = "organismID",
trip = "tripID",
date = "time",
lon = "longitude",
lat = "latitude"
)
|
data |
Data.frame. |
id |
column name of the animal id. |
date |
column name of the date, with POSIXct format. |
lon |
column name of longitude. |
lat |
column name of latitude. |
A data.frame with summary data per trip.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.