Plot image timestamps over deployment periods
Source:R/qa-deployment-images.R
plot_deployment_detections.RdPlot detections over sample deployments to check for misaligned time stamps
Usage
plot_deployment_detections(
deployments,
image_data,
date_breaks = "1 month",
interactive = FALSE,
...
)Arguments
- deployments
deployments data, as created by
make_deployments()- image_data
data.frame of class
image_data, as read in byread_image_data().- date_breaks
How to break up the dates on the x axis. See
scales::date_breaks(). Default"1 month"- interactive
should the plot be interactive? Default
FALSE- ...
passed on to
ggiraph::girafe()for setting options for interactive graphs