plotFA | R Documentation |
Plots psych::fa object.
plotFA(fa = NULL)
data |
Numeric data.frame. |
Plots psych::fa object.
af.fa(data.frame(x=rnorm(100),y=rnorm(100)+scale(1:100),z=rnorm(100)+scale(1:100)));plotFA(fa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.