plot_chi | R Documentation |
Plot posterior precision parameters
plot_chi(m, nfeatures = m$G)
m |
A fit returned from |
nfeatures |
Top number of |
A ggplot2
bar-plot showing the map
estimates of χ^{-1}
synth <- create_synthetic(C = 20, G = 5) m <- mfa(synth$X) plot_chi(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.