Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YetAnotherMatt committed Mar 9, 2018
1 parent 4341151 commit ba7cc45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,16 @@ data := []float64{1, 2, 3, 12, 13, 14, 21, 22, 23, 27, 28, 29}
breaks := jenks.NaturalBreaks(data, 4)
// [1, 12, 21, 27]
allBreaks := jenks.AllNaturalBreaks(data, 4)
// [ [1, 21]
// [1, 12, 21]
// [1, 12, 21, 27] ]
```




## License
This software is Licenced under the [MIT License](LICENSE.md).

Expand Down

0 comments on commit ba7cc45

Please sign in to comment.