stat_filter | R Documentation |
Apply statistical filter
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
plot(stat_filter(regatta, 1, min))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.