plot_components: plot_components

Description Usage Arguments Examples

View source: R/plot_components.R

Description

A function for displaying the component plots: Variables

Usage

1

Arguments

ca_obj

The CA object returned by ExPosition.

Examples

1
2
3
4
5
6
7
8
9
# Using tcga_metadata from package.
library(MetaConIdentifier)
ca_info <- run_ca(tcga_meta_clean)

# Plot the matrix of factor scores as a heatmap to visualize which
# groups of observations are contributing the most to each factor.

# Get the component plots for the variables and observations both.
plot_components(ca_info$ca_obj)

ahnjedid/MetaConIdentifier documentation built on Dec. 18, 2021, 11:26 p.m.