Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(math/R-classInt) Updated 0.4.3 to 0.4.8
## Version 0.4-8 - #18 and #38: `classIntervals()` has a new style `"box"`, where a box map is an augmented quartile map, with an additional lower and upper category. When there are lower outliers, then the starting point for the breaks is the minimum value, and the second break is the lower fence. When there are no lower outliers, then the starting point for the breaks will be the lower fence, and the second break is the minimum value (there will be no observations that fall in the interval between the lower fence and the minimum value) (@angela-li, @dieghernan). ## Version 0.4-7 - A new helper function `classify_intervals()` is introduced to return a vector of class intervals of same length as input (@JosiahParry) - `classIntervals()` has a new style `"maximum"` which returns maximum breaks classification based on the pysal library [mapclassify](https://pysal.org/mapclassify/index.html) (@JosiahParry) - `findCols()` now takes new argument `factor` which, when `TRUE` returns class membership as a factor with intervals as labels (@JosiahParry)
- Loading branch information