Plots an object of class PCoABootstrap
## S3 method for class 'PCoABootstrap' plot(x, F1=1, F2=2, Move2Center=TRUE, BootstrapPlot="Ellipse", confidence=0.95, Colors=NULL, ...)
x
: An object of class "PCoABootstrap"F1
: First dimension to plotF2
: Second dimension to plotMove2Center
: Translate the ellipse center to the coordinatesBootstrapPlot
: Type of Bootstrap plot to draw: "Ellipse", "ConvexHull", "Star"confidence
: Confidence level for the bootstrap plotColors
: Colors of the objects...
: Additional parameters for graphical representationsDraws the bootstrap confidence regions for the coordinates of the points obtained from a Principal Coodinates Analysis
No value returned
J.R. Demey, J.L. Vicente-Villardon, M.P. Galindo, A.Y. Zambrano, Identifying molecular markers associated with classifications of genotypes by external logistic biplot, Bioinformatics 24 (2008) 2832.
Jose Luis Vicente Villardon
data(spiders) Dis=BinaryProximities(spiders) pco=PrincipalCoordinates(Dis, Bootstrap=TRUE, BootstrapType="Products") plot(pco, Bootstrap=TRUE)
Useful links