compileDescription {PBSmodelling}R Documentation

Convert and Save a Window Description as a List

Description

Convert a Window Description File (ASCII markup file) to an equivalent Window Description List. The output list (an ASCII file containing R-source code) is complete, i.e., all default values have been added.

Usage

compileDescription(descFile, outFile)

Arguments

descFile file name of markup file.
outFile file name of output file containing R source code.

Details

The Window Description File descFile is converted to a list, which is then converted to R code, and saved to outFile.

See Also

parseWinFile, createWin


[Package PBSmodelling version 1.61 Index]