Learn R Programming

FoRDM (version 1.0.1)

build_fordm_table: Build FoRDM Table

Description

Transfers the provided data table into the format for FoRDM analysis. The columns that represent management, sow (state-of-the-world, scenarios), and time have to be defined. All other columns are treated as objectives.

Usage

build_fordm_table(data, management, sow, time, time_unit = "years")

Value

A list with the processed data for further use in the FoRDM analysis, including the input data, mapping for identification of columns and objective columns.

Arguments

data

A data.frame containing the input data.

management

The name of the management column.

sow

The name of the state-of-the-worlds (SOW) column.

time

The name of the time column.

time_unit

The unit of time used in the time column. Options are "years" (default) or "decades".