Transform the elemental effects array into a tibble
ee_to_dataframe.Rd
ee_to_dataframe
takes the morris output and transforms the 4-dimensional
elemental effects array into a more useful tibble
Arguments
- p
is the output of the
aquacrop_morris
function- situation
are the situations listed in the
aquacrop_morris()
function- cycle_length
is the cycle_length parameter in the
aquacrop_morris()
function
Details
The resulting tibble has 6 variables:
traject
: refers to the trajectory number in the Morris designpar
: the parameters that for which the sensitivity is evaluatedDAP
: the Days After Planting of the simulation as we save a time seriesoutvar
: the output variables for which the sensitivity is evaluatedee
: the elemental effects as output from theaquacrop_morris()
function. These elemental effects are scaled for the parameter range (seesensitivity::morris()
).Scenario
: the scenarios for which the simulation was done