Description Usage Arguments Author(s)
Filter values using a density grid on a two-dimensional kernel density gradient
1 | kde2d_filter(x, y, q = 0.05, n = 200, logic = T)
|
x |
x coordinate of data |
y |
y coordinate of data |
q |
quantile filter. The data within that quantile will be gated |
n |
Number of grid points in each direction. Can be scalar or a length-2 integer vector. |
logic |
If true, the returned value is a logic vector with T or F. If false, the function returns the row of the values within the kernel. Default value is True |
Santiago Caño-Muñiz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.