-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 714 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 714 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
# Generated by roxygen2: do not edit by hand
S3method(plot,aibclust)
S3method(plot,gibclust)
S3method(print,aibclust)
S3method(print,gibclust)
S3method(print,summary.aibclust)
S3method(print,summary.gibclust)
S3method(summary,aibclust)
S3method(summary,gibclust)
export(AIBmix)
export(DIBmix)
export(GIBmix)
export(IBmix)
import(Rdpack)
import(np)
import(stats)
importFrom(Rcpp,evalCpp)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(rje,powerSet)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(IBclust, .registration = TRUE)