View source: R/apply_kernel_histogram.R
apply_kernel_histogram | R Documentation |
Blur given histogram using square
or gauss
filtering.
apply_kernel_histogram( fhistogram, filter = "square", kernel_pixels = 2, sigma = 10 )
fhistogram |
Matrix or array R datatype interpreted as histogram. |
filter |
Either |
kernel_pixels |
Used for determining size of kernel,
( |
sigma |
Parameter for gaussian filtering, defaults to |
Float blurred histogram with the result.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.