bincounterR | R Documentation |
This function discretizes continuous data in two dimensions
bincounterR(
x,
y,
nbins = c(5, 5),
Ranges = matrix(c(-Inf, Inf, -Inf, Inf), 2, 2)
)
x |
a matrix of numbers or a list |
y |
a matrix of numbers |
nbins |
=c(5,5) number of bins in x and in y direction |
Ranges |
=matrix(c(-Inf, Inf, -Inf, Inf),2,2) a 2x2 matrix with lower and upper bounds |
a list counts and vals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.