summary.manet {manet} | R Documentation |
Summarising the output from the multiple allocation clustering
Description
This function summarises the output of the manet function
Usage
## S3 method for class 'manet'
summary(object, digits = 3, ...)
Arguments
object |
A manet object. |
digits |
Number of digits. Default is 3. |
... |
Additional arguments to the summary function. |
Examples
data(deepsouth)
ds<-manet(deepsouth,K=2,maxT=100)
summary(ds)
[Package manet version 2.0 Index]