dt.plot {ctmm} | R Documentation |
Functions for diagnosing sampling schedules
Description
Produces a log-scale plot of the sorted sampling intervals for inspection.
Usage
dt.plot(data,...)
Arguments
data |
A |
... |
Additional options passed to |
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(s)
C. H. Fleming.
See Also
Examples
# Load package and data
library(ctmm)
data(gazelle)
# Plot the sampling intervals
dt.plot(gazelle)
[Package ctmm version 1.2.0 Index]