| PBSmodelling {PBSmodelling} | R Documentation |
PBS Modelling
Description
PBS Modelling provides software to facilitate the design,
testing, and operation of computer models. It focuses particularly on
tools that make it easy to construct and edit a customized graphical
user interface (GUI). Although it depends heavily on the R interface
to the Tcl/Tk package, a user does not need to know Tcl/Tk.
PBSmodelling contains examples that illustrate models built using
other R packages, including PBSmapping, deSolve,
PBSddesolve, and BRugs.
It also serves as a convenient prototype for building new R packages,
along with instructions and batch files to facilitate that process.
The R directory .../library/PBSmodelling/doc includes a complete
user guide ‘PBSmodelling-UG.pdf’. To use this package effectively,
please consult the guide.
PBS Modelling comes packaged with interesting examples accessed
through the function runExamples().
Additionally, users can view PBS Modelling widgets through the
function testWidgets().
More generally, a user can run any available demos in his/her locally
installed packages through the function runDemos().