LIM: LIM

Description Usage Arguments Examples

Description

A top-level entrance point for running the model. Primarily designed as an example due to the lack of flexability when calling this script. Can be used to automate the running of the model.

Usage

1
2
LIM(name = "temp", iter = 1e+06, out.length = 10000,
  burn.length = 1e+05, jmp = 1.3, cycle = 1)

Arguments

name

A list of the data sets to analyze. For each plot, the data saved in the files specified by l will be loaded and plotted.

iter

The prefered output directory for the generated images. Include the final '/' on linux/mac and '\' on windows.

out.length

The number of desired solutions to be saved.

burn.length

The number of steps to take before running the model for real (i.e. saving solutions).

jmp

The length of step to take between iterations of the model (should aim for an acceptance ratio of ~0.234)

cycle

The Data set to be used for the running of the model.

Examples

1
LIM()

tbrycekelly/CCELIM documentation built on May 31, 2019, 7:27 a.m.