Get names/labels of the underlying distance storing backend

# S3 method for disto
names(x)

Arguments

x

disto object

Value

A character vector

Examples

temp <- stats::dist(iris[,1:4]) dio <- disto(objectname = "temp")
#> Error: Unable to find the object in the specified environment.
dio
#> Error in eval(expr, envir, enclos): object 'dio' not found
names(dio) <- paste0("a", 1:150)
#> Error in names(dio) <- paste0("a", 1:150): object 'dio' not found