plot.groupbn {GroupBN} | R Documentation |
plot.groupbn
Description
generic plot function for class groupbn
Usage
## S3 method for class 'groupbn'
plot(x, ...)
Arguments
x |
an object of class groupbn |
... |
further arguments |
Details
Plot the group bayesian network structure
Value
No return value, called for plotting
Author(s)
Ann-Kristin Becker
See Also
Examples
data("wine.groupbn.refined")
plot(wine.groupbn.refined)
[Package GroupBN version 1.2.0 Index]