https://github.com/cran/BDgraph
Raw File
Tip revision: 48433f57016e4cc2653fb75c629e8dc4b6ebec7d authored by Abdolreza Mohammadi on 19 December 2014, 07:26:31 UTC
version 2.14
Tip revision: 48433f5
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