https://github.com/cran/EMCluster
Revision 4188630b138b4a654d3811dd3c03400f8bf60ece authored by Wei-Chen Chen on 20 August 2022, 16:00:02 UTC, committed by cran-robot on 20 August 2022, 16:00:02 UTC
1 parent 77c8ddd
Raw File
Tip revision: 4188630b138b4a654d3811dd3c03400f8bf60ece authored by Wei-Chen Chen on 20 August 2022, 16:00:02 UTC
version 0.2-14
Tip revision: 4188630
NAMESPACE
useDynLib(EMCluster)

importFrom("stats", "rmultinom", "rbinom", "pchisq")
importFrom("grDevices", "rainbow", "colors", "rgb", "pdf", "jpeg", "dev.off")
importFrom("graphics", "plot", "box", "axis", "rect", "image", "points",
                       "lines", "layout", "par", "polygon", "text", "legend",
                       "contour")

import(MASS, Matrix, methods)

exportPattern("^[[:alpha:]]+")
# exportPattern("^[\\.]")

export(
  .EMControl
)

S3method(print, emret)
S3method(print, RRandret)
S3method(print, initret)
S3method(print, svd)
S3method(print, lmt)
S3method(print, summary.emret)
S3method(print, summary.svd)

S3method(summary, emret)
S3method(summary, emret.wt)
S3method(summary, svd)
S3method(summary, svd.wt)

back to top