STADEMtoSCBOI: Summarise STADEM output for SCOBI

View source: R/STADEMtoSCOBI.R

STADEMtoSCBOIR Documentation

Summarise STADEM output for SCOBI

Description

Format STADEM output into a form that can be fed into the SCOBI package for further run decomposition.

Usage

STADEMtoSCBOI(
  stadem_mod = NULL,
  lgr_weekly = NULL,
  saveCSV = F,
  fileName = "SCOBI_input.csv"
)

Arguments

stadem_mod

results of STADEM model, of class jagsUI.

lgr_weekly

weekly data from Lower Granite dam, compiled by compileGRAdata.

saveCSV

should results be saved as a .csv file? Default is FALSE.

fileName

if saveCSV is TRUE, what file name, including the path and extension, should the results be written to?

Author(s)

Kevin See


KevinSee/STADEM documentation built on March 7, 2024, 12:50 p.m.