powered by
Parse a window description file (markup file) into the list format expected by createWin.
createWin
parseWinFile(fname, astext=FALSE)
A list representing a parsed window description file that can be directly passed to createWin.
file name of the window description file.
if TRUE, fname is interpreted as a vector of strings, with each element representing a line of code in a window description file.
TRUE
fname
Alex Couture-Beil, Vancouver Island University, Nanaimo BC
createWin, compileDescription
compileDescription
if (FALSE) { local(envir=.PBSmodEnv,expr={ x <- parseWinFile(system.file("examples/LissFigWin.txt",package="PBSmodelling")) createWin(x) }) }
Run the code above in your browser using DataLab