Description Usage Arguments Examples
View source: R/plot_components.R
A function for displaying the component plots: Variables
1 | plot_components(ca_obj)
|
ca_obj |
The CA object returned by ExPosition. |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.