plotDimReductElbow | R Documentation |
Elbow Plot for Dimentionality Reduction Result
plotDimReductElbow(obj, point.size, point.shape, point.color, point.alpha, pdf.file.name, pdf.height, pdf.width, ...)
obj |
A snap object |
point.size |
Point size [2]. |
point.shape |
Point shape type [19]. |
point.color |
Point color ["red"]. |
point.alpha |
Point transparancy level [1]. |
pdf.file.name |
pdf file name to save the plot [NULL]. |
pdf.height |
the height of the graphics region in inches [7]. |
pdf.width |
the width of the graphics region in inches [7]. |
... |
Arguments passed to plot function. |
data(demo.sp); plotDimReductElbow(demo.sp);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.