plotDimReductElbow | R Documentation |
Plot correlations between adjacent two principle components. Refer: SnapATAC plotDimReductElbow
plotDimReductElbow( sdev, outpdf = NULL, point_size = 1.5, point_shape = 19, point_color = "red", point_alpha = 1, height = 7, width = 7, ... )
sdev |
numeric vector, standard deviation for PCs. |
outpdf |
string, output of pdf file, default is NULL. |
point_size |
double, default 1.5 |
point_shape |
integer, default 19 |
point_color |
string, default "red" |
point_alpha |
double, default 1 |
height |
double, height of pdf, default 7 |
width, |
double, width of pdf, default 7 |
... |
parameters, used for plot. |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.