powered by
Plot the marginal distributions.
PlotMarginals(marginals, groups = NULL)
the marginal distributions returned by Marginals for plotting
Marginals
names of the marginals to be shown on plots
Plot the marginal distributions. Marginals of discrete variables are plotted as bar plots, while those of continuous variables as density plots.
Cowell, R. G. (2005). Local propagation in conditional Gaussian Bayesian networks. Journal of Machine Learning Research, 6(Sep), 1517-1550.
data(toytree) marg <- Marginals(toytree, c("A", "B", "H", "J")) PlotMarginals(marginals=marg, groups=NULL)
Run the code above in your browser using DataLab