Description Usage Arguments Value Examples
Slice signature into chunks consisting of N cycles
1 | crosscut_slice(x, ncycle = 1)
|
x |
a numeric vector with signature information |
ncycle |
number of cycles per chunk |
a list of vectors with signature cycles
1 2 3 | data("sig")
crosscut_slice(sig) # Slice whole data frame
crosscut_slice(sig$sig, ncycle = 3) # Slice signature only, using 3 cycles/chunk
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.