Obtain size of the disto object

size(disto, ...)

Arguments

disto

object of class disto

...

currently not in use

Value

Integer vector of length 1

Examples

temp <- stats::dist(iris[,1:4]) dio <- disto(objectname = "temp")
#> Error: Unable to find the object in the specified environment.
size(dio)
#> Error in size(dio): object 'dio' not found