exportPattern("^[^\\.]")
export(fit.gnbp,fit.dbn,gen.evidence,absorb.gnbp,absorb.dbn,plot.gnbp,plot.dbn,plot.gpfit,plot.dbnfit)
import(bnlearn,gRain,Rgraphviz,graph)
importFrom("grDevices", "rainbow")
importFrom("graphics", "axis", "layout", "legend", "par", "rect",
              "title")
importFrom("stats", "setNames")
importFrom("igraph","get.edgelist","igraph.from.graphNEL")
importFrom("scales","cscale","dscale","seq_gradient_pal","manual_pal")
importFrom("ggm","dSep","grMAT")
S3method("plot","gnbp")
S3method("plot","dbn")
S3method("plot","gpfit")
S3method("plot","dbnfit")