Learn R Programming

disto (version 0.2.0)

summary.disto: Summary method for dist class

Description

Summary method for dist class

Usage

# 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

Run this code
# NOT RUN {
temp <- stats::dist(iris[,1:4])
dio   <- disto(objectname = "temp")
dio
summary(dio)
# }

Run the code above in your browser using DataLab