pca_ui: Principal Components Analysis UI

View source: R/pca.R

pca_uiR Documentation

Principal Components Analysis UI

Description

Principal Components Analysis UI

Usage

pca_ui(id, center = TRUE, scale = TRUE, help = NULL)

Arguments

id

A character vector to be used for the namespace.

center

A logical scalar: should the variables be shifted to be zero centered?

scale

A logical scalar: should the variables be scaled to unit variance?

help

A character string giving a short help text.

See Also

pca_server()

Other multivariate analysis modules: ca_server(), ca_ui(), multivariate_server(), multivariate_ui(), pca_server()


tesselle/janus documentation built on Jan. 16, 2025, 4:03 a.m.