Learn R Programming

RclusTool (version 0.91)

initParameters: 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.

Value

RclusTool.env new environment in which all global parameters, raw data and results are stored.

Details

function to initialize the global parameters and variables

Examples

Run this code
# NOT RUN {
initParameters()

# }

Run the code above in your browser using DataLab