powered by
Get names/labels of the underlying distance storing backend
# S3 method for disto names(x)
disto object
A character vector
# NOT RUN { temp <- stats::dist(iris[,1:4]) dio <- disto(objectname = "temp") dio names(dio) <- paste0("a", 1:150) # }
Run the code above in your browser using DataLab