https://github.com/cran/BDgraph
Raw File
Tip revision: d69d48cfce95badff8e4fff249849877dcda175a authored by Reza Mohammadi on 03 October 2018, 21:03:05 UTC
version 2.52
Tip revision: d69d48c
NAMESPACE
useDynLib( BDgraph, .registration = TRUE )

importFrom( "igraph", "layout.circle" )

export( bdgraph,
		bdgraph.mpl,
		bdgraph.ts,

		transfer,
		plinks,
		select,
		pgraph,
		graph.sim,
		bdgraph.sim,
		bdgraph.npn,
		compare,

		plotcoda,
		traceplot,
		plotroc,
		
		rgwish,
		rgcwish,
		rwish,
		gnorm,
		rmvnorm,
		
		print.bdgraph, 
		plot.bdgraph, 
		summary.bdgraph,
		print.sim, 
		plot.sim,
		
		detect_cores,
		check.os
	   )

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