mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 23:41:57 +02:00
(v2.1.1.9126) implemented WISCA! Also added top_n_microorganisms()
and fixed Python wrapper
This commit is contained in:
11
man/pca.Rd
11
man/pca.Rd
@ -4,15 +4,8 @@
|
||||
\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