An S4 class to store partial bootstrap correspondance analysis results.
# S4 method for BootCA
[[(x, i)# S4 method for BootCA
rows(x)
# S4 method for BootCA
columns(x)
A BootCA
object from which to extract element(s).
A character
string specifying elements to extract.
Character vectors will be matched to the name of the slots.
[[
: 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.
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.