Learn R Programming

RBaM (version 1.1.1)

xtraModelInfo: xtraModelInfo constructor.

Description

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

Usage

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

Value

An object of class 'xtraModelInfo'.

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.

Examples

Run this code
x <- xtraModelInfo()

Run the code above in your browser using DataLab