View source: R/cat_situations.R
cat_successive | R Documentation |
Format simulation data and observation data in a list of data frame(s), each corresponding to one situation or several contiguous situations over time
cat_successive(list_sim, obs, successive = 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 |
successive |
A list of lists containing the situations to be represented
as a contiguous sequence
when |
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 two : a list (each element= version) of a list of
simulations data.frame
and a list of observations data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.