summary.agnes | R Documentation |
Returns (and prints) a summary list for an agnes
object.
Printing gives more output than the corresponding
print.agnes
method.
## S3 method for class 'agnes'
summary(object, ...)
## S3 method for class 'summary.agnes'
print(x, ...)
x, object |
a |
... |
potential further arguments (require by generic). |
agnes
, agnes.object
.
data(agriculture)
summary(agnes(agriculture))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.