Learn R Programming

RaceID (version 0.3.9)

plotdimsat: Plotting the Saturation of Explained Variance

Description

This functions plots the explained variance as a function of PCA/ICA components computed by the function CCcorrect. The number of components where the change in explained variability upon adding further components approaches linear behaviour demarcates the saturation point and is highlighted in blue.

Usage

plotdimsat(object, change = TRUE, lim = NULL)

Value

None

Arguments

object

SCseq class object.

change

logical. If TRUE then the change in explained variance is plotted. Default is FALSE and the explained variance is shown.

lim

Number of components included for he calculation and shown in the plot. Default is NULL and all components are included.