Convert a Window Description File into a List Object
Parse a window description file (markup file) into
the list format expected by createWin
.
parseWinFile(fname, astext=FALSE)
fname |
file name of the window description file. |
astext |
if |
A list representing a parsed window description file that can be directly
passed to createWin
.
All widgets are forced into a 1-column by N-row grid.
Alex Couture-Beil, Vancouver Island University, Nanaimo BC
## Not run: local(envir=.PBSmodEnv,expr={ x <- parseWinFile(system.file("examples/LissFigWin.txt",package="PBSmodelling")) createWin(x) }) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.