fm.errorcheck: Basic error check

View source: R/Rfmtool.r

fm.errorcheckR 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)

Rfmtool documentation built on Feb. 16, 2023, 9:21 p.m.