dt.plot | 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.
as.telemetry
.
# Load package and data
library(ctmm)
data(gazelle)
# Plot the sampling intervals
dt.plot(gazelle)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.