useDynLib("huge")
import("Matrix")
export(huge,
	huge.select,
	huge.roc,
	huge.generator,
	huge.npn,
	huge.plot,

	huge.mb, huge.glasso, huge.ct,

	print.huge,plot.huge,
	print.sim,plot.sim,
	print.roc,plot.roc,
	print.select,plot.select
)

S3method("print","huge")
S3method("plot","huge")
S3method("print","sim")
S3method("plot","sim")
S3method("print","roc")
S3method("plot","roc")
S3method("print","select")
S3method("plot","select")
