print.disto {disto} | R Documentation |
Print method for dist class
Description
Print method for dist class
Usage
## 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
temp <- stats::dist(iris[,1:4])
dio <- disto(objectname = "temp")
print(dio)
[Package disto version 0.2.0 Index]