biplot.dssPrincomp: Biplot a dssPrincomp object

biplot.dssPrincompR Documentation

Biplot a dssPrincomp object

Description

Biplot implementation for PCA on distributed datasets

Usage

## S3 method for class 'dssPrincomp'
biplot(
  x,
  choices = 1L:2L,
  type = "combine",
  levels = NULL,
  draw.arrows = TRUE,
  ...,
  datasources = NULL
)

Arguments

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)


sib-swiss/dsSwissKnifeClient documentation built on July 16, 2025, 6:25 p.m.