Description Usage Arguments Value Examples
Apply statistical filter
1 | stat_filter(im, radius, FUN, pad.method = "mirror")
|
im |
an image |
radius |
kernel radius |
FUN |
e.g., min, max, median, mean, var |
pad.method |
either "zero", "mean", "repeat", "mirror", or a numeric value |
an image
1 | plot(stat_filter(regatta, 1, min))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.