8bit-pixies / binst

Bin Stuff - a binning library for R/Python
https://cran.r-project.org/web/packages/binst/
2 stars 1 forks source link

Add Jenks Natural breaks #1

Closed 8bit-pixies closed 8 years ago

8bit-pixies commented 8 years ago

Should be "Suggests: BAMMtools"

and in the R code:

create_jenksbreaks <- function(x, k){
  getJenksBreaks(x, k-1)
}