SummaryTable: Fish Toxicity Translator: Model Results Functions

Description Usage Arguments Value Functions

View source: R/AdditionalFunctions-Results.R

Description

This group of functions are used for summarizing results from Fish Toxicity Translator model runs

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
SummaryTable(modelOutputList)

SummaryMatrix(modelOutputList)

PlotSummaryMatrix(modelOutputList)

PlotBiomass(modelOutputList)

PlotPopulation(modelOutputList)

PlotMeanSize(modelOutputList)

PlotGrowthPotential(modelOutputList)

KernelImage(
  A,
  x = NULL,
  y = NULL,
  col = rev(colorRampPalette(c("red", "yellow", "green", "blue", "white"))(100)),
  just.legend = FALSE,
  bw = FALSE,
  my.x.axis = NA,
  matLabels = NULL,
  do.contour = TRUE,
  do.legend = TRUE,
  ...
)

PlotTransitionKernel(modelOutputList)

FormatExportScenario(
  scenarioToExport,
  parsList = parameters,
  descList = scenarioDescriptions
)

FormatExportResults(
  runID,
  scenarioID,
  scenDescList = scenarioDescriptions,
  resultsList = modelRuns,
  runInfoList = modelRunInfo
)

Arguments

modelOutputList

A list object with the output from SimulateModel. This can be a single SimulateModel output or a list of SimulateModel output lists.

Value

Creates various model result summary objects or plots for Fish Toxicity Translator model scenario runs.

Functions


npollesch/FishToxTranslator documentation built on May 23, 2021, 3:21 a.m.