View source: R/summary.Principal.Coordinates.R
summary.Principal.Coordinates | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.