initParameters {RclusTool} | R Documentation |
Parameters initialization
Description
Initialize the global parameters and variables and generate a new environment used in the RclusToolGUI
.
Usage
initParameters(RclusTool.env = new.env())
Arguments
RclusTool.env |
environment in which data and intermediate results are stored. |
Details
function to initialize the global parameters and variables
Value
RclusTool.env new environment in which all global parameters, raw data and results are stored.
Examples
RclusTool.env <- initParameters()
[Package RclusTool version 0.91.6 Index]