plot.dbn.fit {dbnR} | R Documentation |
Plots a fitted dynamic Bayesian network
Description
Generic method for plotting the "dbn.fit" S3 objects. Calls
plot_dynamic_network
underneath.
Usage
## S3 method for class 'dbn.fit'
plot(x, ...)
Arguments
x |
the structure of the network. |
... |
additional parameters for the visualization of a DBN |
[Package dbnR version 0.7.9 Index]