File: NAMESPACE

package info (click to toggle)
r-cran-classint 0.4-9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 316 kB
  • sloc: fortran: 65; sh: 13; ansic: 13; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (2)
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)