Revision c89277ac6d174f1c8d191994fc2fe0ee849f6a25 authored by Patrick Mair on 06 May 2022, 06:04:47 UTC, committed by cran-robot on 06 May 2022, 06:04:47 UTC
1 parent ed4a0b9
Raw File
NAMESPACE
useDynLib("smacof", .registration = TRUE)
import("stats", "graphics", "colorspace", "polynom", "nnls", "MASS", "weights", "plotrix", "parallel", "foreach", "doParallel", "e1071")
importFrom("grDevices", "dev.new", "hcl", "chull", "colorRampPalette")
importFrom("ellipse", "ellipse")
importFrom("wordcloud", "textplot")
importFrom("candisc", "vecscale")
importFrom("Hmisc", "ceil", "Ecdf")
export(smacofSym)
export(smacofRect)
export(smacofIndDiff)
export(smacofConstraint)
export(smacofSphere)
export(sim2diss)
export(jackmds)
export(permtest)
export(gravity)
export(indscal)
export(idioscal)
export(mds)
export(unfolding)
export(torgerson)
export(uniscale)
export(randomstress)
export(Procrustes)
export(driftVectors)
export(symdecomp)
export(fitCircle)
export(biplotmds)
export(dissWeights)
export(bootmds)
export(icExplore)
export(stress0)
export(prefscal)
export(transform)
export(transPrep)
export(vmu)
export(confEllipse)
export(svm_mdsplot)

S3method(print, smacofB)
S3method(summary, smacofB)
S3method(print, smacofR)
S3method(summary, smacofR)
S3method(print, smacofID)
S3method(summary, smacofID)
S3method(print, smacofSP)
S3method(summary, smacofSP)
S3method(residuals, smacof)
S3method(residuals, smacofID)
S3method(residuals, smacofR)
S3method(plot, confell)
S3method(plot, smacof)
S3method(plot, smacofR)
S3method(plot, smacofID)
S3method(print, smacofJK)
S3method(plot, smacofJK)
S3method(print, smacofboot)
S3method(plot, smacofboot)
S3method(print, icexplore)
S3method(plot, icexplore)
S3method(jackmds, smacofB)
S3method(bootmds, smacofB)
S3method(confEllipse, smacofID)
S3method(confEllipse, smacofB)
S3method(permtest, smacof)
S3method(permtest, smacofR)
S3method(biplotmds, smacof)
S3method(biplotmds, smacofID)
S3method(plot, mdsbi)
S3method(print, smacofPerm)
S3method(plot, smacofPerm)
S3method(plot, uniscale)
S3method(print, uniscale)
S3method(plot, procr)
S3method(print, procr)
S3method(plot, driftvec)
S3method(print, driftvec)
S3method(plot, vmu)
S3method(print, vmu)
back to top