Learn R Programming

RclusTool (version 0.91.61)

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())

Value

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

Arguments

RclusTool.env

environment in which data and intermediate results are stored.

Details

function to initialize the global parameters and variables

Examples

Run this code
RclusTool.env <- initParameters()

Run the code above in your browser using DataLab