fm.Free {Rfmtool} | R Documentation |
Frees the memory previously allocated in env.
fm.Free(env)
env |
Structure required for auxiliary data. It is obtained from fm.Init(n). |
output |
Frees the memory previously allocated in envsp. |
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
n<-3
env <- fm.Init(n)
env<-fm.Free(env)
env