https://github.com/cran/fpc
Raw File
Tip revision: 27e97c881ff97bb11ec14a891b7d7b56ee4102a8 authored by Christian Hennig on 15 December 2023, 11:20:02 UTC
version 2.2-11
Tip revision: 27e97c8
NAMESPACE
# Remove the previous line if you edit this file
# This is the default, just nicked.

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  MASS,
  cluster,
  mclust,
  flexmix,
  prabclus,
  class,
  diptest,
  robustbase
)

importFrom("kernlab",specc)

importFrom("grDevices", "colors", "colours", "grey", "xy.coords")
importFrom("graphics", "abline", "hist", "legend", "pairs", "par",
             "points", "polygon", "title","axis","text")
importFrom("methods", "new")
importFrom("stats", "BIC", "addmargins", "as.dist", "cmdscale", "coef",
             "coefficients", "cor", "cov", "cov.wt", "cutree", "density",
             "dist", "dnorm", "fitted.values", "hclust", "kmeans", "lm",
             "lsfit", "mahalanobis", "median", "pchisq", "pnorm",
             "qbinom", "qchisq", "qnorm", "quantile", "rbinom", "resid",
              "residuals", "rexp", "rgamma", "rnorm", "rt", "runif", "sd",
             "weighted.mean","ecdf","pgamma")
importFrom("utils", "data")
importFrom("parallel", "mclapply", "detectCores")

S3method(fpclusters, mfpc)
S3method(fpclusters, rfpc)
S3method(plot, clboot)
S3method(plot, dbscan)
S3method(plot, mfpc)
S3method(plot, rfpc)
S3method(plot, valstat)
S3method(predict, dbscan)
S3method(print, clboot)
S3method(print, dbscan)
S3method(print, mfpc)
S3method(print, predstr)
S3method(print, rfpc)
S3method(print, summary.mergenorm)
S3method(print, summary.mfpc)
S3method(print, summary.rfpc)
S3method(print, summary.cquality)
S3method(print, varwisetables)
S3method(print, clusterbenchstats)
S3method(print, valstat)
S3method(summary, mergenorm)
S3method(summary, mfpc)
S3method(summary, rfpc)
S3method(summary, cquality)


         
back to top