powered by
Plots an object of class PCoABootstrap
# S3 method for PCoABootstrap plot(x, F1=1, F2=2, Move2Center=TRUE, BootstrapPlot="Ellipse", confidence=0.95, Colors=NULL, ...)
No value returned
An object of class "PCoABootstrap"
First dimension to plot
Second dimension to plot
Translate the ellipse center to the coordinates
Type of Bootstrap plot to draw: "Ellipse", "ConvexHull", "Star"
Confidence level for the bootstrap plot
Colors of the objects
Additional parameters for graphical representations
Jose Luis Vicente Villardon
Draws the bootstrap confidence regions for the coordinates of the points obtained from a Principal Coodinates Analysis
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.
data(spiders) Dis=BinaryProximities(spiders) pco=PrincipalCoordinates(Dis, Bootstrap=TRUE, BootstrapType="Products") plot(pco, Bootstrap=TRUE)
Run the code above in your browser using DataLab