标签: r matrix
我目前在R中有一个带有列名称的矩阵。我希望将行名设置为等于列名。当我这样做时,R在行名中添加点,使其与我的列名不同。我该如何解决?
rownames(output) <- colnames(output)