Description Usage Arguments Value Examples
View source: R/plot-deployment.R
Plot combination of station map and receiver deployment over time.
1 | plot_deployment(station, river, deployment, detection = NULL)
|
station |
A sf object of the station point locations containing column 'array' (for color coding). Geometry column must inherit class 'sfc_POINT' or 'sfc_MULTIPOINT'. |
river |
A sf object of the river polygon. Geometry column must inherit class 'sfc_POLYGON' or 'sfc_MULTIPOLYGON'. |
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(station, river, deployment)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.