MEAlist {rMEA} | R Documentation |
Well formatted list of MEA
objects
Description
This constructor function checks if all the supplied MEA
objects share the same sampling rate, pre-processing, and metadata,
and returns an object with additional attributes summarizing the contained MEA
objects.
Usage
MEAlist(listOfMea)
is.MEAlist(x)
Arguments
listOfMea |
a list containing |
x |
object to be tested. |
Value
an object of class MEAlist
is.MEAlist
returns TRUE if and only if its argument is of class MEAlist
[Package rMEA version 1.2.2 Index]