summary.disto {disto} | R Documentation |
Summary method for dist class
Description
Summary method for dist class
Usage
## S3 method for class 'disto'
summary(object, ...)
Arguments
object |
object of class disto |
... |
currently not in use |
Value
invisibly returns the tidy output of summary as a dataframe.
Examples
temp <- stats::dist(iris[,1:4])
dio <- disto(objectname = "temp")
dio
summary(dio)
[Package disto version 0.2.0 Index]