compareSim: Compare parameters of two or more TROLL simulations

Description Usage Arguments Value Examples

Description

Function to compare whether two or more TROLLsim objects have been executed with the same set of general parameters. Please note: This function does not compare output.

Usage

1
2
compareSim(sim, ..., rowcols = TRUE, duration = TRUE, dimension = TRUE,
  species = FALSE, stopiffalse = TRUE, showwarning = FALSE)

Arguments

sim

TROLL.sim object

...

TROLL.sim objects

rowcols

logical. If TRUE, number of rows and columns of simulations are compared

duration

logical. If TRUE, number of iterations and iterations per year are compared

dimension

logical. If TRUE, cell dimensions (NH, NV) of TRoLL are compared

species

logical. If TRUE, species number is compared

stopiffalse

logical. If TRUE, an error will occur if the objects are not the same

showwarning

logical. If TRUE, a warning will be given if objects are not the same. Only relevant when stopiffalse is not TRUE.

Value

logical

Examples

1

fischer-fjd/RconTroll documentation built on May 16, 2019, 12:57 p.m.