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.
rowsA three columns data.frame giving the vertices
coordinates of the samples convex hull and a identifier to link each row to
a sample.
columnsA three columns data.frame giving the vertices
coordinates of the variables convex hull and a identifier to link each row
to a variable.
lengthsA numeric vector giving the convex hull
maximum dimension length of each sample.
cutoffA length-one numeric vector giving the cutoff
value for sample selection.
keepA named numeric vector giving the subscript of
the samples to be kept.