print.disto: Print method for dist class

Description Usage Arguments Value Examples

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)

talegari/disto documentation built on May 10, 2019, 3:19 a.m.