powered by
This function discretizes continuous data in two dimensions
bincounterR( x, y, nbins = c(5, 5), Ranges = matrix(c(-Inf, Inf, -Inf, Inf), 2, 2) )
a list counts and vals
a matrix of numbers or a list
a matrix of numbers
=c(5,5) number of bins in x and in y direction
=matrix(c(-Inf, Inf, -Inf, Inf),2,2) a 2x2 matrix with lower and upper bounds