fast: fast

Description Usage Arguments

View source: R/fast.r

Description

conducting a simulation and analyse it in one go

Usage

1
2
3
fast(model, param, runtime = 500, repetitions = 1, suc.plot = T,
  circle.plot = F, hist.plot = F, graficType = "paperC2",
  newSimulation = T)

Arguments

model

Character sting naming the model-file.

param

Character sting naming the par-file.

runtime

Number of years to simulate.

repetitions

Number of repetitions of identical model runs, which differ only in the random seed.

suc.plot

bool; plot succession

circle.plot

bool; make circle.plot

hist.plot

bool; make histogramm

graficType

Character string; "paperC1" optimizes graphic for one collumen in an a paper. "paperC1" optimizes for a graphic straging over two collumns in a paper. "ppt" optimizes for powerpoint. "plotWindow" creates a new grahic device (window).

newSimulation

Boolean; Default TRUE; if FALSE no simulation is processed but data are analysed if available.


fjbohn/fast documentation built on May 24, 2019, 9:50 a.m.