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 32 33 34 35 36 37 38 39 40 41 42 43
|
# Generated by roxygen2: do not edit by hand
S3method(plot,huge)
S3method(plot,roc)
S3method(plot,select)
S3method(plot,sim)
S3method(print,huge)
S3method(print,roc)
S3method(print,select)
S3method(print,sim)
export(huge)
export(huge.ct)
export(huge.generator)
export(huge.glasso)
export(huge.inference)
export(huge.mb)
export(huge.npn)
export(huge.plot)
export(huge.roc)
export(huge.select)
export(huge.tiger)
importFrom(MASS,mvrnorm)
importFrom(Matrix,Matrix)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,dev.off)
importFrom(grDevices,gray.colors)
importFrom(grDevices,postscript)
importFrom(graphics,image)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(igraph,graph.adjacency)
importFrom(igraph,layout.fruchterman.reingold)
importFrom(methods,new)
importFrom(stats,cor)
importFrom(stats,cov2cor)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,flush.console)
useDynLib(huge, .registration = TRUE)
|