print.disto {disto} | R Documentation |
Print method for dist class
## S3 method for class 'disto'
print(x, ...)
x |
object of class disto |
... |
currently not in use |
invisible NULL. Function writes backend type and size to terminal as a message.
temp <- stats::dist(iris[,1:4])
dio <- disto(objectname = "temp")
print(dio)