Raw File
NAMESPACE
useDynLib( "BDgraph" )
import( "igraph", "Matrix" )

useDynLib( BDgraph, .registration = TRUE )
export( bdgraph,

		phat,
		select,
		prob,
		bdgraph.sim,
		bdgraph.npn,
		I.g,
		compare,

		plotcoda,
		traceplot,
		plotroc,
		
		rgwish,
		rwish,

		print.bdgraph, plot.bdgraph, summary.bdgraph,
		print.simulate, plot.simulate
		)

S3method( "summary", "bdgraph" )
S3method( "plot", "bdgraph" )
S3method( "print", "bdgraph" )
S3method( "plot", "simulate" )
S3method( "print", "simulate" )
back to top