https://github.com/cran/BDgraph
Raw File
Tip revision: 741028bca46c23b743948c4b080d1910957a1727 authored by Abdolreza Mohammadi on 28 February 2015, 01:16:46 UTC
version 2.16
Tip revision: 741028b
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