getCCF {rMEA} | R Documentation |
Extract ccf values from MEA objects
Description
Extract ccf values from MEA objects
Usage
getCCF(mea, type)
Arguments
mea |
an object of class |
type |
A character vector defining which ccf must be extracted.
Either "matrix", "fullMatrix", one of the ccfRes indexes identified with |
Value
If type="matrix"
, the ccf matrix with discrete lag-seconds is returned.
If type="fullMatrix"
, the whole ccf matrix with all lags is returned.
Otherwise a vector containing the ccf
time-series for the selected lag, or aggregated values is returned.
If mea
is a list, the return value is a list of the individual ccf of each MEA object.
[Package rMEA version 1.2.2 Index]