biplot.dssPrincomp | R Documentation |
Biplot implementation for PCA on distributed datasets
## S3 method for class 'dssPrincomp'
biplot(
x,
choices = 1L:2L,
type = "combine",
levels = NULL,
draw.arrows = TRUE,
...,
datasources = NULL
)
x |
an object of class dssPrincomp. |
choices |
length 2 vector specifying the components to plot (same as for biplot.princomp) |
type |
a character which represents the type of analysis to carry out. If type is set to 'combine', global column means are calculated if type is set to 'split', the column means are calculated separately for each node. |
levels |
a character the name of a factor. If provided, the plot will be colour coded by the levels of this factor |
draw.arrows |
a logical, should I draw arrows representing the underlying variables? Default TRUE. |
... |
further arguments to be passed to dssSmooth2d (see doc) |
datasources |
a list of opal objects obtained after logging into the opal servers (see datashield.login) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.