Produces a log-scale plot of the sorted sampling intervals for inspection.

dt.plot(data,...)

Arguments

data

A telemetry object.

...

Additional options passed to plot.

Details

Horizontal lines are included at common sampling intervals (e.g., 1-hour) and dimmed horizontal lines are included at common subdivisions (e.g., 30-minutes).

Author

C. H. Fleming.

See also

Examples

# Load package and data
library(ctmm)
data(gazelle)

# Plot the sampling intervals
dt.plot(gazelle)