plot_scree: Generate a scree plot visualization based on the decomposed...

View source: R/functions.R

plot_screeR Documentation

Generate a scree plot visualization based on the decomposed coefficient matrix C.

Description

Generate a scree plot visualization based on the decomposed coefficient matrix C.

Usage

plot_scree(svd_obj)

Arguments

svd_obj

A named list containing three matrices with u, d, and v as their names as in the output from base::svd() function. One can pass the results of base::svd(t(fit$C)) or tsvd_of_C_with_names(fit)

Examples

plot_scree( tsvd_of_C_with_names(fit, rank = 10) )


junyangq/multiSnpnet documentation built on Oct. 19, 2023, 8:22 p.m.