same_file {rscc}R Documentation

same_file

Description

same_file

Usage

same_file(m, replacement = 0)

Arguments

m

matrix object with row- and columnnames

replacement

value for replacement (default: 0)

Value

matrix

Examples

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)

[Package rscc version 0.2.1 Index]