Description Usage Arguments Value Examples
After fitting an aerobic dive limit (ADL) model using fit_adl()
, plot_adl()
visualizes the ADL, the quantile regressions, and their intersection.
1 |
fitted_adl |
an ADL model (see |
ylim |
number of breaths to limit the y-axes (0-25 by default) |
a ggplot object with post-dive breath counts plotted against dive duration superimposed with the ADL and the intersecting quantile regression lines.
1 2 | fit_adl(bm181021_dives) %>%
plot_adl()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.