VarianceExplainedTable: VarianceExplainedTable

View source: R/varianceexplainedtable.R

VarianceExplainedTableR Documentation

VarianceExplainedTable

Description

Creates a pretty formattable table for variance explained.

Usage

VarianceExplainedTable(
  eigenvalues,
  variance.proportions,
  cumulative.proportions,
  title = "",
  subtitle = "",
  footer = ""
)

Arguments

eigenvalues

A vector of eigenvalues corresponding to the components.

variance.proportions

A vector of the variance explained of the components.

cumulative.proportions

A vector of the cumulative variance explained of the components.

title

The title for the table.

subtitle

Subtitle for the table.

footer

Text to place in the footer of the table.

References

This is based on code written by Kenton Russell.


Displayr/flipFormat documentation built on Feb. 26, 2024, 12:37 a.m.