xtraModelInfo {RBaM}R Documentation

xtraModelInfo constructor.

Description

Creates a new instance of a 'xtraModelInfo' object containing extra model information

Usage

xtraModelInfo(fname = "Config_Xtra.txt", object = NULL)

Arguments

fname

Character, configuration file name.

object

any R object containing xtra model info - typically a list of stuff. The content and meaning of 'object' is completely model-specific.

Value

An object of class 'xtraModelInfo'.

Examples

x <- xtraModelInfo()

[Package RBaM version 1.0.1 Index]