ExtendTable: Extends the table of realisations to include the indices,...

Description Usage Arguments Value Examples

Description

Extends the table of realisations to include the indices, model building options and parameters.

Usage

1
2
ExtendTable(realisations, ModelList, Indices, parameters, ObsIndicesNames,
  verbose = FALSE, onlyIndices = FALSE)

Arguments

realisations

table containing at least 2 columns: mid (list of model structures) and pid (parameter sets)

ModelList

a table that contains at list 1 colum named "mid" (list of model structures). Other informations can be added as additional columns but will be ignored.

Indices

this is the array containing the Model Performance Indices rescaled in the range [0,1], see RescaleIndices.

parameters

This is a named data frame containing the parameter table, where each column corresponds to a parameter and each row to a realization.

ObsIndicesNames

this is the list of model performance indices calculated from observations.

verbose

if set to TRUE it prints running information

onlyIndices

if set to TRUE to extends the table of realisations only with indices.

Value

Extended data.frame

Examples

1
# ExtendTable(PreSel,ModelList,Indices,parameters,ObsIndicesNames)

cvitolo/amca documentation built on May 28, 2019, 7:49 p.m.