View source: R/cat_situations.R
cat_situations | R Documentation |
Format simulation data and observation data in a list of a single data frame named "all_situations"
cat_situations(
list_sim = NULL,
obs = NULL,
obs_sd = NULL,
force = FALSE,
verbose = TRUE
)
list_sim |
A list (each element= version) of a list
(each element= situation) of simulations |
obs |
A list (each element= situation) of observations |
obs_sd |
A list (each element= situation) of |
force |
Continue if the plot is not possible ? E.g. no observations for
scatter plots. If |
verbose |
Boolean. Print information during execution. |
A list of three : a list (each element=version) of a list of a single
simulations data.frame
named "all_situations", a list of a single
observations data.frame
named "all_situations", and the same for obs_sd.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.