mefaNestedless {mefa} | R Documentation |
The functions makes a non-nested 'mefa' object.
mefaNestedless(x)
x |
an objects of class 'mefa' with nested segments. |
Returns an object of class 'mefa', with non-nested segments. This function is internally used by the melt.mefa
function.
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/
data(dol.count) x <- mefa(stcs(dol.count), nested = TRUE) x y <- mefaNestedless(x) y