Learn R Programming

GroupBN (version 1.2.0)

plot.groupbn: plot.groupbn

Description

generic plot function for class groupbn

Usage

# S3 method for groupbn
plot(x, …)

Arguments

x

an object of class groupbn

...

further arguments

Value

No return value, called for plotting

Details

Plot the group bayesian network structure

See Also

groupbn

Examples

Run this code
# NOT RUN {
data("wine.groupbn.refined")
plot(wine.groupbn.refined)
# }

Run the code above in your browser using DataLab