ffm_disassemble_table: Disassembles a parameter table into a list of components.

View source: R/params_functions.R

ffm_disassemble_tableR Documentation

Disassembles a parameter table into a list of components.

Description

Given a parameter table, this function returns a list with the following named elements:

site.meta

Data frame of rows from the input table for site attributes.

strata.meta

Data frame of rows from the input table for stratum meta-data.

species.values

Data frame of species parameter values in wide format, ie. species as rows, parameters as columns.

species.units

Data frame of species parameter units in wide format.

For the species.values data frame, all columns for numeric parameters are converted from character to numeric.

Usage

ffm_disassemble_table(tbl)

Arguments

tbl

The input simulation parameter table (data frame).

Value

A named list of table components.

See Also

ffm_assemble_table for the reverse process.


pzylstra/frame_r documentation built on Nov. 12, 2023, 1:55 a.m.