Learn R Programming

tabula (version 1.0.0)

BootCA-class: Partial bootstrap CA

Description

An S4 class to store partial bootstrap correspondance analysis results.

Usage

# S4 method for BootCA
[[(x, i)

# S4 method for BootCA rows(x)

# S4 method for BootCA columns(x)

Arguments

x

A BootCA object from which to extract element(s).

i

A character string specifying elements to extract. Character vectors will be matched to the name of the slots.

Methods (by generic)

  • [[: Returns information about the individual slots.

  • rows: Returns the convex hull vertice coordinates for each individual.

  • columns: Returns the convex hull vertice coordinates for each variable.

Slots

rows

A three columns data.frame giving the vertices coordinates of the samples convex hull and a identifier to link each row to a sample.

columns

A three columns data.frame giving the vertices coordinates of the variables convex hull and a identifier to link each row to a variable.

lengths

A numeric vector giving the convex hull maximum dimension length of each sample.

cutoff

A length-one numeric vector giving the cutoff value for sample selection.

keep

A named numeric vector giving the subscript of the samples to be kept.