read.matrix: Read Matrix

Description Usage Arguments Value

Description

Read a matrix in several formats

Usage

1
read.matrix(fileName, mode = "table", sym = "TRUE", def = 0)

Arguments

fileName

directory of the matrix or data.frame (for mode col3)

mode

table, col3, RData

sym

True if the matrix must be symmetric.In modes table and RData, if the matrix is not symmetric the value of M[i,j] will be (M[i,j]+M[j,i])/2. In mode in 3col the value of M[i,j] will be the last that appears in the file

def

the default value in mode 3col

Value

matrix


adriaalcala/AligNet documentation built on May 10, 2019, 5:59 a.m.