Print method for dist class

# S3 method for 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")
#> Error: Unable to find the object in the specified environment.
print(dio)
#> Error in print(dio): object 'dio' not found