powered by
This helper function is a wrapper for findInterval to extract classes from a "classInterval" object
findInterval
findCols(clI)
a "classIntervals" object
an integer vector of class indices
classIntervals, findInterval
classIntervals
# NOT RUN { data(jenks71) fix5 <- classIntervals(jenks71$jenks71, n=5, style="fixed", fixedBreaks=c(15.57, 25, 50, 75, 100, 155.30)) fix5 findCols(fix5) # }
Run the code above in your browser using DataLab