cat_successive: Format simulation data and observation data in order to...

View source: R/cat_situations.R

cat_successiveR Documentation

Format simulation data and observation data in order to represent some situations as a contiguous sequence

Description

Format simulation data and observation data in a list of data frame(s), each corresponding to one situation or several contiguous situations over time

Usage

cat_successive(list_sim, obs, successive = NULL, force = TRUE, verbose = TRUE)

Arguments

list_sim

A list (each element= version) of a list (each element= situation) of simulations data.frames

obs

A list (each element= situation) of observations data.frames (named by situation)

successive

A list of lists containing the situations to be represented as a contiguous sequence when type = "dynamic" (implies that the situations are correctly ordered).

force

Continue if the plot is not possible ? E.g. no observations for scatter plots. If TRUE, return NULL, else return an error.

verbose

Boolean. Print information during execution.

Value

A list of two : a list (each element= version) of a list of simulations data.frame and a list of observations data.frame


SticsRPacks/CroPloteR documentation built on April 1, 2024, 9:25 a.m.