1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
# Remove the previous line if you edit this file
# Automatically generated one not changed but nicked
# Export all names
exportPattern(".")
# Import all packages listed as Imports or Depends
import(
MASS,
mclust
)
# register
# print.alleleobject print.comprabclust print.nnclean print.prab
# print.prabclust print.summary.prabtest summary.prabtest
S3method(print, alleleobject)
S3method(print, comprabclust)
S3method(print, nnclean)
S3method(print, prab)
S3method(print, prabclust)
S3method(print, summary.prabtest)
S3method(print, regdistbetween)
S3method(print, regeqdist)
S3method(summary, prabtest)
importFrom("grDevices", "grey")
importFrom("graphics", "abline", "box", "hist", "lines", "plot", "points")
importFrom("stats", "as.dist", "chisq.test", "cmdscale", "coef",
"cutree", "dist", "hclust", "lm", "mad", "median", "pnorm",
"ppois", "rnorm", "runif", "model.matrix", "pt", "sd", "var")
importFrom("utils", "read.table", "write.table")
|