-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (23 loc) · 732 Bytes
/
NAMESPACE
File metadata and controls
30 lines (23 loc) · 732 Bytes
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
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)