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