RenextGUI: Graphical User Interface for Renext

Description Usage Arguments Details Author(s) See Also Examples

Description

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

Usage

1
2
3
   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.

Author(s)

Yves Deville

See Also

The packages gWidgets.

Examples

1
2
3
4
## Not run: 
RenextGUI()

## End(Not run)

RenextGUI documentation built on May 2, 2019, 3:26 p.m.