On this page
summary.agnes Summary Method for 'agnes' Objects
Description
Returns (and prints) a summary list for an agnes object. Printing gives more output than the corresponding print.agnes method.
Usage
## S3 method for class 'agnes'
summary(object, ...)
## S3 method for class 'summary.agnes'
print(x, ...)
Arguments
x, object |
a |
... |
potential further arguments (require by generic). |
See Also
Examples
data(agriculture)
summary(agnes(agriculture))
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.