plot_deployment_temporal: Plot deployment

Description Usage Arguments Value Examples

View source: R/plot-deployment.R

Description

Plot receiver deployments over time. Optionally provide detection data to visualize detections overlapping deployment periods.

Usage

1
plot_deployment_temporal(deployment, detection = NULL)

Arguments

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'.

Value

An object of class 'ggplot'.

Examples

1
2
3
4
## Not run: 
plot_deployment_temporal(deployment)

## End(Not run)

sebdalgarno/wsgcolr documentation built on Dec. 22, 2021, 11:17 p.m.