1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
useDynLib(classInt)
importFrom(stats, quantile, kmeans, hclust, na.omit, dist, cutree, ecdf, dnorm, sd)
importFrom(graphics, plot, abline, rect, par)
importFrom(grDevices, colorRampPalette, nclass.Sturges)
importFrom(e1071, bclust, clusters.bclust, centers.bclust)
importFrom(KernSmooth, dpih)
import(class)
export(classIntervals, jenks.tests, findColours, findCols,
getBclustClassIntervals, getHclustClassIntervals, nPartitions,
classIntervals2shingle)
export(classify_intervals)
S3method(plot, classIntervals)
S3method(print, classIntervals)
S3method(logLik, classIntervals)
|