Description Usage Arguments Value Examples
View source: R/plot-deployment.R
Plot receiver deployments over time. Optionally provide detection data to visualize detections overlapping deployment periods.
1 | plot_deployment_temporal(deployment, detection = NULL)
|
deployment |
A tibble of the receiver deployments containing columns 'date_deployment', 'date_last_download', 'station', 'array', 'array_rkm'. |
detection |
A tibble of raw detection data containing columns 'transmitter_id' and 'datetime_utc'. |
An object of class 'ggplot'.
1 2 3 4 | ## Not run:
plot_deployment_temporal(deployment)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.