plot_chi: Plot posterior precision parameters

View source: R/mfa.R

plot_chiR Documentation

Plot posterior precision parameters

Description

Plot posterior precision parameters

Usage

plot_chi(m, nfeatures = m$G)

Arguments

m

A fit returned from mfa

nfeatures

Top number of

Value

A ggplot2 bar-plot showing the map estimates of χ^{-1}

Examples

synth <- create_synthetic(C = 20, G = 5)
m <- mfa(synth$X)
plot_chi(m)

kieranrcampbell/mfa documentation built on March 27, 2022, 5:20 a.m.