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 |
name of window description file (markup file). |
outFile |
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
.
Author(s)
Alex Couture-Beil, Vancouver Island University, Nanaimo BC
See Also
[Package PBSmodelling version 2.69.3 Index]