Learn R Programming

FinTS (version 0.4-5)

plot.loadings: Plot loadings

Description

Plots loadings as a separate barplot for each factor.

Usage

"plot"(x, n = 5, k = ncol(x), mfrow = c(k, 1), ...)

Arguments

x
A loadings object.
n
Number of components of each factor to plot.
k
Number of factors to plot.
mfrow
Passed to par(mfrow=...) if k>1.
...
Other arguments passed to barplot.

Value

Return value is a list of the return values from each barplot invocation.

Details

The top n components of each of the top k factors are displayed in a separate barplot.

See Also

barplot

Examples

Run this code

data(m.barra.9003)
rtn <- m.barra.9003
stat.fac <- factanal(rtn, factors = 3)
m.barra.loadings <- loadings(stat.fac)
plot(m.barra.loadings)

Run the code above in your browser using DataLab