getCCF: Extract ccf values from MEA objects

getCCFR Documentation

Extract ccf values from MEA objects

Description

Extract ccf values from MEA objects

Usage

getCCF(mea, type)

Arguments

mea

an object of class MEA or a list of MEA objects (see function readMEA)

type

A character vector defining which ccf must be extracted. Either "matrix", "fullMatrix", one of the ccfRes indexes identified with ccfResNames, or the name of one lag value which can be identified with lagNames

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.


rMEA documentation built on March 18, 2022, 5:41 p.m.