Learn R Programming

Rfmtool (version 5.0.3)

fm.Free: FreeSparseFM function

Description

Frees the memory previously allocated in env.

Usage

fm.Free(env)

Value

output

Frees the memory previously allocated in envsp.

Arguments

env

Structure required for auxiliary data. It is obtained from fm.Init(n).

Author

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

Examples

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

  

Run the code above in your browser using DataLab