print.mfa | R Documentation |
Print an mfa fit
## S3 method for class 'mfa' print(x, ...)
x |
An MFA fit returned by |
... |
Additional arguments |
A string representation of an mfa
object.
synth <- create_synthetic(C = 20, G = 5) m <- mfa(synth$X) print(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.