Learn R Programming

Rfmtool (version 5.0.3)

fm.Init: Initialisation function

Description

This function initialises the internal structures which makes computations faster. The structures are saved in the output environment variable, which should be subsequently passed to other functions. Several environment variables (for different dimensions) can be initialised at the same time.

Usage

fm.Init(n1)

Value

output

The ouput is the enviromnet variable containing the internal structures.

Arguments

n1

The number of variables.

Author

Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University

Examples

Run this code
env<-fm.Init(3)

Run the code above in your browser using DataLab