This function is generic (see Methods); method functions can be written to handle specific classes of data. Classes which already have methods for this function include: princomp.
screeplot(object, ...) screeplot.princomp(object, variables=<<see below>>, cumulative=T, main, ...)
longley.pc <- princomp(longley.x, cor=T) screeplot(longley.pc)