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

View source: R/cat_situations.R

cat_situationsR Documentation

Format simulation data and observation data in order to consider all situations

Description

Format simulation data and observation data in a list of a single data frame named "all_situations"

Usage

cat_situations(
  list_sim = NULL,
  obs = NULL,
  obs_sd = 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)

obs_sd

A list (each element= situation) of data.frames for the standard deviation of the observations (named by situation)

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 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.


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