The R Project SVN R

Rev

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

Rev 68948 Rev 74265
Line 1... Line 1...
1
% File src/library/stats/man/biplot.princomp.Rd
1
% File src/library/stats/man/biplot.princomp.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{biplot.princomp}
6
\name{biplot.princomp}
7
\alias{biplot.princomp}
7
\alias{biplot.princomp}
8
\alias{biplot.prcomp}
8
\alias{biplot.prcomp}
Line 54... Line 54...
54
\references{
54
\references{
55
    Gabriel, K. R. (1971).
55
    Gabriel, K. R. (1971).
56
    The biplot graphical display of matrices with applications to
56
    The biplot graphical display of matrices with applications to
57
    principal component analysis.
57
    principal component analysis.
58
    \emph{Biometrika}, \bold{58}, 453--467.
58
    \emph{Biometrika}, \bold{58}, 453--467.
-
 
59
    \doi{10.2307/2334381}.
59
 
60
 
60
    Gabriel, K. R. and Odoroff, C. L. (1990).
61
    Gabriel, K. R. and Odoroff, C. L. (1990).
61
    Biplots in biomedical research.
62
    Biplots in biomedical research.
62
    \emph{Statistics in Medicine}, \bold{9}, 469--485.
63
    \emph{Statistics in Medicine}, \bold{9}, 469--485.
-
 
64
    \doi{10.1002/sim.4780090502}.
63
}
65
}
64
\seealso{
66
\seealso{
65
    \code{\link{biplot}},
67
    \code{\link{biplot}},
66
    \code{\link{princomp}}.
68
    \code{\link{princomp}}.
67
}
69
}