Learn R Programming

mefa (version 2.0-1)

mefaCheck: Check an Object of Class 'mefa'

Description

The function evaluates the internal structute of a 'mefa' object. This function is called by the is.mefa function.

Usage

mefaCheck(x)

Arguments

x
an object of class 'mefa'.

Value

  • Returns a list, first element is logical with TRUE indicating that all requirements are met. If this is FALSE, following elements of the list describe the encountered problems as characters.

encoding

UTF-8

References

Sólymos{Solymos} P. 2008. mefa: an R package for handling and reporting count data. Community Ecology 9, 125--127.

http://mefa.r-forge.r-project.org/

See Also

mefa, is.mefa

Examples

Run this code
x <- matrix(rpois(20,1), 5, 4)
m <- mefa(x)
mefaCheck(m)

Run the code above in your browser using DataLab