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.
Arguments
- eList
named list with at least the Daily, Sample, and INFO dataframes. This eList must be run through
WRTDSKalman
.- sideBySide
logical. If
TRUE
, the two plots will be plotted side by side, otherwise, one by one vertically.- fluxUnit
number representing entry in pre-defined fluxUnit class array.
printFluxUnitCheatSheet
- 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
Examples
eList <- Choptank_eList
eList <- WRTDSKalman(eList, niter = 10)
#> % complete:
#> 10
#> 20
#> 30
#> 40
#> 50
#> 60
#> 70
#> 80
#> 90
#> 100
plotWRTDSKalman(eList)
plotWRTDSKalman(eList, sideBySide = TRUE)