mefaCheck {mefa} | R Documentation |
The function evaluates the internal structute of a 'mefa' object. This function is called by the is.mefa
function.
mefaCheck(x)
x |
an object of class 'mefa'. |
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.
Péter Sólymos, solymos@ualberta.ca
Sólymos P. 2008. mefa: an R package for handling and reporting count data. Community Ecology 9, 125–127.
http://mefa.r-forge.r-project.org/
x <- matrix(rpois(20,1), 5, 4) m <- mefa(x) mefaCheck(m)