Summary method for dist class

# S3 method for 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")
#> Error: Unable to find the object in the specified environment.
dio
#> Error in eval(expr, envir, enclos): object 'dio' not found
summary(dio)
#> Error in summary(dio): object 'dio' not found