The R Project SVN R

Rev

Rev 30449 | Rev 40979 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30449 Rev 30912
Line 1... Line 1...
1
\name{screeplot}
1
\name{screeplot}
2
\alias{screeplot}
2
\alias{screeplot}
3
\title{Screeplot of PCA Results}
3
\title{Screeplot of PCA Results}
4
\usage{
4
\usage{
5
screeplot(x, npcs = min(10, length(x$sdev)),
5
screeplot(x, npcs = min(10, length(x$sdev)),
-
 
6
          type = c("barplot", "lines"),
6
          type = c("barplot", "lines"), main = deparse(substitute(x)), \dots)
7
          main = deparse(substitute(x)), \dots)
7
}
8
}
8
\arguments{
9
\arguments{
9
  \item{x}{an object of class \code{"princomp"}, as
10
  \item{x}{an object of class \code{"princomp"}, as
10
    from \code{\link{princomp}()}.}
11
    from \code{\link{princomp}()}.}
11
  \item{npcs}{the number of principal components to be plotted.}
12
  \item{npcs}{the number of principal components to be plotted.}