plot_pca: Perform a PCA and plot the result

Description Usage Arguments

View source: R/flowR.R

Description

Perform a PCA and plot the result

Usage

1

Arguments

args

list of arguments. Mandatory argument : a data.frame 'df' Other arguments can include : 'stat_var' : names of numeric columns used to perform the PCA. All numeric variables are used by default. 'PCx' : x axis variable ("PC1" by default) 'PCy' : y axis variable ("PC2" by default) 'color_var' : name of the column used to color points 'label_var' : name of the column used to label points 'scale' : logical; scale values by variable before performing the PCA


VoisinneG/flowR documentation built on June 1, 2021, 6:42 p.m.