size {disto} | R Documentation |
Obtain size of the disto object
size(disto, ...)
disto |
object of class disto |
... |
currently not in use |
Integer vector of length 1
temp <- stats::dist(iris[,1:4])
dio <- disto(objectname = "temp")
size(dio)