getMDFR.Pop.Quantities: Extract population quantities from TCSAM02 model runs as a...

View source: R/getMDFR.Pop.Quantities.R

getMDFR.Pop.QuantitiesR Documentation

Extract population quantities from TCSAM02 model runs as a dataframe

Description

Function to extracte population quantities from TCSAM02 model runs.

Usage

getMDFR.Pop.Quantities(
  tcsams = NULL,
  type = c("R_y", "MB_yx", "B_yxmsz", "B_yxmz", "B_yxz", "B_yxms", "B_yxm", "B_yx",
    "N_yxmsz", "N_yxmz", "N_yxz", "N_yxms", "N_yxm", "N_yx", "iN_xmsz", "fN_xmsz"),
  verbose = FALSE
)

Arguments

tcsams
  • single TCSAM02 model report object, or named list of such

type
  • quantity to extract ("R_y","B_yxms","MB_yx","N_yxmsz","N_yxmz","N_yxz","N_yxms","N_yxm","N_yx","iN_xmsz","fN_xmsz")

verbose
  • flag (T/F) to print debug info

Details

none.

Value

dataframe in canonical format


wStockhausen/rTCSAM02 documentation built on April 16, 2024, 6:25 a.m.