Description Usage Arguments Value See Also Examples
functionalizes rownames(matrix)<-newnames operation.
1  | 
matix | 
 The data that the new row names are being added to  | 
colnames | 
 The new row names  | 
matrix with the same values but new row.name[s]
1  | addRownames(cbind(c(1,2,3),c(4,5,6)),c("a","b","c"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.