same_file {rscc} | R Documentation |
same_file
same_file(m, replacement = 0)
m |
matrix object with row- and columnnames |
replacement |
value for replacement (default: |
matrix
m <- matrix(runif(25), ncol=5)
colnames(m) <- rownames(m) <- c(sprintf("m[%.f]", 1:3), sprintf("m2[%.f]", 1:2))
m
same_file(m)