Revision 63357195b824666a99b078382a45f0744eca6b1c authored by Reza Mohammadi on 03 May 2021, 03:50:12 UTC, committed by cran-robot on 03 May 2021, 03:50:12 UTC
1 parent 74068a5
Raw File
NAMESPACE
useDynLib( BDgraph, .registration = TRUE )

export( bdgraph,
		bdgraph.mpl,

		transfer,
		plinks,
		bf,
		precision,
		covariance,
		select,
		pgraph,
		graph.sim,
		adj2link,
		link2adj,
		sparsity,
		bdgraph.sim,
		bdgraph.npn,
		compare,

		plotcoda,
		traceplot,
		plotroc,
		roc,
		conf.mat,
		conf.mat.plot,
		
		rgwish,
		rwish,
		gnorm,
		rmvnorm,
		
		ddweibull,
		pdweibull,
		qdweibull,
		rdweibull,
		
		summary.bdgraph,
		plot.bdgraph, 
		print.bdgraph, 

		plot.graph, 

		plot.sim,
		print.sim, 
		
		detect_cores,
		get_graph,
		get_g_prior,
		get_g_start,
		get_K_start,
		get_S_n_p,
		get_cores
	   )

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