View source: R/userFunctions.R
mean_roll_image | R Documentation |
uses rollMean from zoo to blurr image ( used to get rid of timing gaps)
mean_roll_image(imageMatrix, topcut, bottomcut, fill = "extend", k = 40)
imageMatrix |
the image matrix from import_process_image |
topcut |
Top cutoff from .top_cut() |
bottomcut |
Bottom cutoff from .bottom_cut() |
fill |
Default "extend" see rollMean in zoo for details |
k |
See rollMean() in zoo for details |
rolled image matrix to user
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.