names.disto {disto} | R Documentation |
Get names/labels of the underlying distance storing backend
## S3 method for class 'disto'
names(x)
x |
disto object |
A character vector
temp <- stats::dist(iris[,1:4])
dio <- disto(objectname = "temp")
dio
names(dio) <- paste0("a", 1:150)