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