Description Usage Arguments Value Examples
View source: R/plot-detection-ratio.R
Plot stacked area chart for relative detection ratios (i.e., proportion of fish per timestep/receiver group).
1 | plot_detection_ratio_relative(detection_ratio, receiver_group = "array")
|
detection_ratio |
A tibble of detection rtio data returned from |
receiver_group |
A character string of the column containing receiver group (e.g., station, zone, array). |
An object of class 'ggplot'.
1 2 3 4 | ## Not run:
plot_detection_ratio_relative(detection_ratio)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.