dt.plot {ctmm} | R Documentation |
Produces a log-scale plot of the sorted sampling intervals for inspection.
dt.plot(data,...)
data |
A |
... |
Additional options passed to |
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).
C. H. Fleming.
# Load package and data
library(ctmm)
data(gazelle)
# Plot the sampling intervals
dt.plot(gazelle)