ccfBest | R Documentation |
improved ccfBest function with MA and slope filters, to mimic Marci et al 2007 procedure.
ccfBest(
x,
signal = "SC",
lagSec,
winSec,
incSec,
accelSec,
slopes = c(NA, NA),
MA = c(NA, NA),
weight_type = c("center", "free", "off"),
simplify = T,
outputName = "CCFBest"
)
slopes |
vector of length 2, containing the window size and increments of a "average slope" filter, in seconds |
MA |
vector of length 2, containing the window size and increments of the moving average filter, in seconds |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.