View source: R/cu_location_rate.R
cu_location_rate | R Documentation |
Calculate location rate statistics such as mean location rate per day or maximum number of locations per day for a telemetry
cu_location_rate(x, time_name, time_unit = "day", stat = mean, ...)
x |
data set containing time of locations. |
time_name |
Character name of the POSIX time column when locations are observed. |
time_unit |
Time unit of the location summary. Defaults to |
stat |
Function used to summarize location times. Defaults to |
... |
Additional arguments passed to |
Devin S. Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.