Learn R Programming

RenextGUI (version 1.4-0)

RenextGUI: Graphical User Interface for Renext

Description

Graphical User Interface for Renext. Allows the interactive fitting of renouvellement models with csv file imports.

Usage

RenextGUI(guiToolkit = c("tcltk", "RGtk2", "WWW"), useGlobalenv = FALSE, debug = FALSE)

Arguments

guiToolkit
Toolkit to use for gWidgets.
useGlobalenv
Logical. If TRUE, then some objects used by the GUI will be placed in the global environment, at the risk of existing objects life.
debug
If TRUE some messages are printed to help debugging.

Details

The csv files to import are seeked for in the working directory. It can be convenient to set this directory using the setwd function.

See Also

The packages gWidgets.

Examples

Run this code
## Not run: 
# RenextGUI()
# ## End(Not run)

Run the code above in your browser using DataLab