tardbpdms__plot_loadings: tardbpdms__plot_loadings

Description Usage Arguments Value

View source: R/tardbpdms__plot_loadings.R

Description

PCA biplot scatterplot matrix.

Usage

1
2
3
4
tardbpdms__plot_loadings(pca_obj, output_file, plot_categories,
  plot_colours, mono_cols = c("white", "grey", "lightgrey", "darkgrey"),
  comps = 1:5, plot_symbol = 19, points_cex = 1, width = 10,
  height = 10)

Arguments

pca_obj

result of call to princomp (required)

output_file

path to output plot (required)

plot_categories

a character vector of category names (required)

plot_colours

a character vector of category colours (required)

mono_cols

a character vector of monochrome colours (to plot in background)

comps

a numeric vector of principle component indices (default:1:5)

plot_symbol

plot symbol (default:19)

points_cex

points cex (default:1)

width

plot width (default:10)

height

plot height (default:10)

Value

Nothing


lehner-lab/tardbpdms documentation built on July 19, 2019, 7:24 p.m.