Extract Loadings from an Object

DESCRIPTION:
Returns the loadings component of an object. In objects of class "princomp" and "factanal" this component is of class "loadings".

USAGE:
loadings(x)
loadings.default(x)

REQUIRED ARGUMENTS:
x:
an object, generally of class "princomp" or "factanal".

VALUE:
the loadings component of x which is likely to be of class "loadings".

SEE ALSO:
princomp , factanal , plot.loadings , print.loadings .

EXAMPLES:
pc.freeny <- princomp(freeny.x)
loadings(pc.freeny)
print(loadings(pc.freeny), cutoff=.5)