Description Usage Arguments Value Examples
Wrapper function to carry out Derivative Dynamic Time Warping for flowLearn. It uses Derivative DTW with a DTW specific step pattern, which is "typeIds" from the dtw package.
1 |
densA |
The first density object, such as from R's density function. |
densB |
The second density object, such as from R's density function. |
... |
Optional parameters given to dtw::dtw |
The Derivative Dynamic Time Warping object from the dtw package.
1 2 3 | dd <- flFind(flSampleDensdat, population = 'cd3tcell', channelIdx = 1)
dtwObj <- flDtwMain(flGetDensity(flAt(dd, 1)), flGetDensity(flAt(dd, 2)))
plot(dtwObj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.