powered by
dist
Set the names/labels of a dist object.
dist_setNames(d, nm)
A distance matrix object of class dist.
New labels for the rows/columns.
A distance matrix with new row/column labels.
# NOT RUN { m4 <- matrix(1:16, nrow=4, dimnames=list(LETTERS[1:4])) dm4 <- dist(m4) dist_setNames(dm4, LETTERS[9:12]) # }
Run the code above in your browser using DataLab