print.disto: Print method for dist class

Description Usage Arguments Value Examples

View source: R/disto_methods.R

Description

Print method for dist class

Usage

1
2
## S3 method for class 'disto'
print(x, ...)

Arguments

x

object of class disto

...

currently not in use

Value

invisible NULL. Function writes backend type and size to terminal as a message.

Examples

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

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