Description Usage Arguments Value
Given a data frame with lake levels for a single lake or multiple lakes, plot the estimated and observed lake levels. If data frame has multiple lakes, will display as facet plots. Options to add yintercepts. Also option to add second axis with lake depth, if only plotting one lake.
1 2 3 4 5 6 7 | plot_timing(
df,
title = "",
text_size = 12,
force_pfl = TRUE,
npretty_breaks = NULL
)
|
df |
a data frame with columns for "lake", "date", "level_obs", and "level". |
title |
string to use for title of plot, defaults to "". |
text_size |
size of text, defaults to 12 |
force_pfl |
defaults to TRUE to force the y-limits of plainfield lake to the same as long lake. |
npretty_breaks |
defaults to NULL, set to 3 to limit Long, Plainfield, and Pleasant to integers (or play around, may be different with different periods of record) |
plot_obj, a plot with the imputed and observed lake levels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.