plot.groupbn {GroupBN} | R Documentation |
generic plot function for class groupbn
## S3 method for class 'groupbn'
plot(x, ...)
x |
an object of class groupbn |
... |
further arguments |
Plot the group bayesian network structure
No return value, called for plotting
Ann-Kristin Becker
data("wine.groupbn.refined")
plot(wine.groupbn.refined)