mirror of
https://github.com/msberends/AMR.git
synced 2026-06-24 08:56:21 +02:00
(v3.0.1.9059) Fix WISCA in vignette
This commit is contained in:
11
man/pca.Rd
11
man/pca.Rd
@@ -4,8 +4,15 @@
|
||||
\alias{pca}
|
||||
\title{Principal Component Analysis (for AMR)}
|
||||
\usage{
|
||||
pca(x, ..., retx = TRUE, center = TRUE, scale. = TRUE, tol = NULL,
|
||||
rank. = NULL)
|
||||
pca(
|
||||
x,
|
||||
...,
|
||||
retx = TRUE,
|
||||
center = TRUE,
|
||||
scale. = TRUE,
|
||||
tol = NULL,
|
||||
rank. = NULL
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{A \link{data.frame} containing \link{numeric} columns.}
|
||||
|
||||
Reference in New Issue
Block a user