Create principal components analysis plot.
1 2 3 4 |
data |
The data used for clustering |
labeltext |
The labels to use for each column in the data. Defaults to names(data). |
xLabel |
x-axis label |
yLabel |
y-axis label |
pca_function |
The function to use for principal
component analysis. This could be
|
labels_at_edge |
If TRUE, labels are printed at at edge of plot, otherwise labels are printed next to each point. |
explode |
A multiplication factor that determines the distance of each label from the point. If over-plotting of labels is a problem, then use a larger explode factor. |
textsize |
Text label size passed to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.