Summary of the results of a Principal Coordinates Analysis
Summary of the results of a Principal Coordinates Analysis
## S3 method for class 'Principal.Coordinates' summary(object, printdata=FALSE, printproximities=FALSE, printcoordinates=FALSE, printqualities=FALSE,...)
object |
An object of Type |
printdata |
Should original data be printed. Default is FALSE |
printproximities |
Should proximities be printed. Default is FALSE |
printcoordinates |
Should proximities be printed. Default is FALSE |
printqualities |
Should qualoties of representation be printed. Default is FALSE |
... |
Additional parameters to summary. |
This function is a method for the generic function summary() for class "Principal.Coordinates". It can be invoked by calling summary(x) for an object x of the appropriate class.
The summary
Jose Luis Vicente-Villardon
data(spiders) dist=BinaryProximities(spiders) pco=PrincipalCoordinates(dist) summary(pco)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.