summary.disto: Summary method for dist class

Description Usage Arguments Value Examples

View source: R/disto_methods.R

Description

Summary method for dist class

Usage

1
2
## 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

1
2
3
4
temp <- stats::dist(iris[,1:4])
dio   <- disto(objectname = "temp")
dio
summary(dio)

Example output

disto with backend: dist
size: 150
disto with backend: dist
size: 150


|statistic |    value|
|:---------|--------:|
|minimum   | 0.000000|
|q1        | 1.044031|
|median    | 2.360085|
|mean      | 2.544642|
|q3        | 3.879433|
|maximum   | 7.085196|
Warning message:
`tidy.summaryDefault()` is deprecated. Please use `skimr::skim()` instead. 

disto documentation built on May 2, 2019, 4:06 p.m.