slidingWindows,Vplots-method | R Documentation |
Get the sliding V-plots
## S4 method for signature 'Vplots'
slidingWindows(x, width = 640L, step = 20L, batch_size = 4096L)
x |
a Vplots object |
width |
The width of the sliding window (default: 640L) |
step |
The step for each sliding window (default: 20L) |
batch_size |
The batch size of extraction operation (default: 4096L) |
a new Vplot object which window_size is the specified width. The rowData and colData in the input Vplots object will be missing in the new Vplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.