The R Project SVN R

Rev

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

Rev 27474 Rev 28090
Line 59... Line 59...
59
    method.}
59
    method.}
60
  \item{center}{the means that were subtracted.}
60
  \item{center}{the means that were subtracted.}
61
  \item{scale}{the scalings applied to each variable.}
61
  \item{scale}{the scalings applied to each variable.}
62
  \item{n.obs}{the number of observations.}
62
  \item{n.obs}{the number of observations.}
63
  \item{scores}{if \code{scores = TRUE}, the scores of the supplied
63
  \item{scores}{if \code{scores = TRUE}, the scores of the supplied
64
    data on the principal components.}
64
    data on the principal components.  These are non-null only if
-
 
65
    \code{x} was supplied, and if \code{covmat} was also supplied if it
-
 
66
    was a covariance list.}
65
  \item{call}{the matched call.}
67
  \item{call}{the matched call.}
66
  \item{na.action}{If relevant.}
68
  \item{na.action}{If relevant.}
67
}
69
}
68
\details{
70
\details{
69
  \code{princomp} is a generic function with \code{"formula"} and
71
  \code{princomp} is a generic function with \code{"formula"} and