print.mfa: Print an mfa fit

View source: R/mfa.R

print.mfaR Documentation

Print an mfa fit

Description

Print an mfa fit

Usage

## S3 method for class 'mfa'
print(x, ...)

Arguments

x

An MFA fit returned by mfa

...

Additional arguments

Value

A string representation of an mfa object.

Examples

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

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