Changelog
Source:NEWS.md
Version 0.4-11
- #49 permit use of
"quantile"
style
probs=
argument; should really usen=
, asprobs
is set internally toseq(0, 1, 1/n)
. For other vectors, the use of"fixed"
style
is preferable.
Version 0.4-9
CRAN release: 2023-02-28
- #41 issues. The maximum and minimum breaks are set to and to avoid errors induced in the earlier version where breaks could cease to be strictly ascending. The argument with value may be used to revert to the previous behaviour.
Version 0.4-8
CRAN release: 2022-09-29
- #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
CRAN release: 2022-06-10
- 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 (@JosiahParry) -
findCols()
now takes new argumentfactor
which, whenTRUE
returns class membership as a factor with intervals as labels (@JosiahParry)
Version 0.4-3
CRAN release: 2020-04-07
clarify
dataPrecision=
argument in help pageAdd
"headtails"
vignette (@dieghernan)Add
"headtails"
style (@dieghernan)