SDA_control.Rd
SDA_control
SDA_control(
trace = TRUE,
ForewardForecast = FALSE,
interactivePlot = FALSE,
TimeseriesPlot = FALSE,
BiasPlot = FALSE,
plot.title = NULL,
facet.plots = FALSE,
debug = FALSE,
pause = FALSE,
Profiling = FALSE,
OutlierDetection = FALSE
)
Logical if code should print out the progress of SDA .
Logical if the foreward forecast estimates needs to be read and visualized in time series plots.
Logical if time series plots need to be generated.
Logical if time series plots need to be generated.
Logical if bias plots need to be generated
Character defining the title of times series plots
Logical if the timeseries plots should be faceted based on state variables
Logical if the code should stop at some milestones and open an interactive debugging environment
Logical if code needs to be paused and wait for further instruction after the analysis step
Logical if code should keep track of how much time each step took
Logical if TRUE then a simple method will be used to replace simulations of outside 3IQR with the median of ensembles.
list of all arguments needed to setup the SDA function