parseWinFile {PBSmodelling} | R Documentation |
Convert a Window Description File into a List Object
Description
Parse a window description file (markup file) into
the list format expected by createWin
.
Usage
parseWinFile(fname, astext=FALSE)
Arguments
fname |
file name of the window description file. |
astext |
if |
Value
A list representing a parsed window description file that can be directly
passed to createWin
.
Note
All widgets are forced into a 1-column by N-row grid.
Author(s)
Alex Couture-Beil, Vancouver Island University, Nanaimo BC
See Also
Examples
## Not run:
local(envir=.PBSmodEnv,expr={
x <- parseWinFile(system.file("examples/LissFigWin.txt",package="PBSmodelling"))
createWin(x)
})
## End(Not run)
[Package PBSmodelling version 2.69.3 Index]