cu_location_rate: Location rate statistics

View source: R/cu_location_rate.R

cu_location_rateR Documentation

Location rate statistics

Description

Calculate location rate statistics such as mean location rate per day or maximum number of locations per day for a telemetry

Usage

cu_location_rate(x, time_name, time_unit = "day", stat = mean, ...)

Arguments

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 "day".

stat

Function used to summarize location times. Defaults to mean.

...

Additional arguments passed to stat function.

Author(s)

Devin S. Johnson


dsjohnson/crawlUtils documentation built on Sept. 13, 2024, 1:34 p.m.