compareResults.ManagementQuantities: Compare management quantities among model scenarios

View source: R/compareResults.ManagementQuantities.R

compareResults.ManagementQuantitiesR Documentation

Compare management quantities among model scenarios

Description

Function to compare management quantities among model scenarios.

Usage

compareResults.ManagementQuantities(
  objs,
  base = 1,
  colour_scale = NULL,
  fill_scale = NULL,
  verbose = FALSE
)

Arguments

objs
  • single model resLst object, or named list of them

base
  • name or index of base case for difference calculations

colour_scale
  • ggplot2 colour scale to substitute for default (if not NULL)

fill_scale
  • ggplot2 fill scale to substitute for default (if not NULL)

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

Details

Uses rTCSAM02::getMDFR.ManagementQuantities() to get the management quantities calculated in each model case. Uses computeDiffs() with sense=1 to compute differences with base case.

Value

a list of ggplot2 plot objects


wStockhausen/rCompTCMs documentation built on Sept. 12, 2023, 3:13 p.m.