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

	huge.MBGEL, huge.glassoM, huge.GECT,

	print.huge,plot.huge,
	print.sim,plot.sim,
	print.GECT,plot.GECT,
	print.glassoM,plot.glassoM,
	print.roc,plot.roc,
	print.select,plot.select,
	print.NPN,plot.NPN,
	print.MBGEL,plot.MBGEL
)

S3method("print","huge")
S3method("plot","huge")
S3method("print","sim")
S3method("plot","sim")
S3method("print","GECT")
S3method("plot","GECT")
S3method("print","glassoM")
S3method("plot","glassoM")
S3method("print","roc")
S3method("plot","roc")
S3method("print","select")
S3method("plot","select")
S3method("print","MBGEL")
S3method("plot","MBGEL")
S3method("print","NPN")
S3method("plot","NPN")