plotWRTDSKalman {EGRET} | R Documentation |
plotWRTDSKalman
Description
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.
Usage
plotWRTDSKalman(eList, sideBySide = FALSE, fluxUnit = 9,
usgsStyle = FALSE)
Arguments
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 |
Examples
eList <- Choptank_eList
eList <- WRTDSKalman(eList, niter = 10)
plotWRTDSKalman(eList)
plotWRTDSKalman(eList, sideBySide = TRUE)