parseWinFile {PBSmodelling}R Documentation

Convert Window Description File into a List

Description

Parses a Window Markup file into the list format expected by createWin()

Usage

parseWinFile(fname, astext=FALSE)

Arguments

fname file name of window markup file.
astext if true, fname is interpreted as a vector of strings. with each element representing a line of the source of a window description file

Value

A list representing a parsed window description file that can be directly passed to createWin.

Note

All widgets are encapsulated into a 1 column by N row grid.

See Also

createWin

compileDescription

Examples

## Not run: 
x<-parseWinFile(system.file("examples/LissFigWin.txt",package="PBSmodelling"))
createWin(x)
## End(Not run)

[Package PBSmodelling version 0.60 Index]