행렬 이름 넣기

rownames(x) <- c("a", "b", "c")

colnames(x) <- c("!", "@", "#")



dimnames(x)=list(c("바", "꾸", "기"), c("리", "스", "트"))

+ Recent posts