fm.errorcheck {Rfmtool} | R Documentation |
Basic error check
Description
This function checks that the enviromnemt variable is internally consistent.
Usage
fm.errorcheck(env)
Arguments
env |
Environment variable obtained from fm.Init(n). |
Value
output |
The ouput is TRUE or FALSE. |
Author(s)
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
Examples
env<-fm.Init(3)
fm.errorcheck(env)
[Package Rfmtool version 5.0.4 Index]