View source: R/kalman_functions.R
plotWRTDSKalman | R Documentation |
Two plots to check the flux estimates using the WRTDS_K vs classic WRTDS.
The first is annual flux over time, where the two fluxes are shown in different colors.
The second is WRTDS vs WRTDSKalman flux estimates. The graphs can be output
either on top of each other, or side by side using the sideBySide
argument.
plotWRTDSKalman(eList, sideBySide = FALSE, fluxUnit = 9,
usgsStyle = FALSE)
eList |
named list with at least the Daily, Sample, and INFO dataframes. This
eList must be run through |
sideBySide |
logical. If |
fluxUnit |
number representing entry in pre-defined fluxUnit class array. |
usgsStyle |
logical option to use USGS style guidelines. Setting this option to TRUE does NOT guarantee USGS compliance. It will only change automatically generated labels |
eList <- Choptank_eList
eList <- WRTDSKalman(eList, niter = 10)
plotWRTDSKalman(eList)
plotWRTDSKalman(eList, sideBySide = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.