plot_mfa_trace: Plot MFA trace

View source: R/mfa.R

plot_mfa_traceR Documentation

Plot MFA trace

Description

Plots the trace of the posterior log-likelihood.

Usage

plot_mfa_trace(m)

Arguments

m

A fit returned from mfa

Value

A ggplot2 plot plotting the trace of the posterior log-likelihood.

Examples

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

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