print.dissimilarity
Print and Summary Methods for Dissimilarity Objects
Description
Print or summarize the distances and the attributes of a dissimilarity
object.
These are methods for the functions print()
and summary()
for dissimilarity
objects. See print
, print.default
, or summary
for the general behavior of these.
Usage
## S3 method for class 'dissimilarity' print(x, diag = NULL, upper = NULL, digits = getOption("digits"), justify = "none", right = TRUE, ...) ## S3 method for class 'dissimilarity' summary(object, digits = max(3, getOption("digits") - 2), ...) ## S3 method for class 'summary.dissimilarity' print(x, ...)
Arguments
x, object | a |
digits | the number of digits to use, see |
diag, upper, justify, right | optional arguments specifying how the triangular dissimilarity matrix is printed; see |
... | potential further arguments (require by generic). |
See Also
daisy
, dissimilarity.object
, print
, print.default
, print.dist
.
Examples
## See example(daisy) sd <- summary(daisy(matrix(rnorm(100), 20,5))) sd # -> print.summary.dissimilarity(.) str(sd)
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.