densRanks | R Documentation |
Rank the points accordind to density of the region they fall in. Densities are computed
as Kernel Density estimates. The method and parameters are implemented in analogy to
grDevices::densCols
densRanks(x, y = NULL, nbin = 128, bandwidth)
x |
x-coordinate |
y |
y-coordinate |
nbin |
number of bins |
bandwidth |
bandwidth |
Fabian Mueller (RnBeads)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.