Format STADEM output into a form that can be fed into the SCOBI package for further run decomposition.
STADEMtoSCBOI(
stadem_mod = NULL,
lgr_weekly = NULL,
saveCSV = F,
fileName = "SCOBI_input.csv"
)
results of STADEM model, of class mcmc.list
or `jagsUI`.
weekly data from Lower Granite dam, compiled by compileGRAdata
.
should results be saved as a .csv file? Default is FALSE
.
if saveCSV
is TRUE
, what file name, including the path and extension, should the results be written to?