addRownameTable {casesolver} | R Documentation |
Helpfunction for CaseSolver to set rownames as first column in table (modification)
addRownameTable(tab, type = 1, samplename = "SampleName")
tab |
The table to modify |
type |
The type of modification: 0,3=First column is indices, 1=First column is rownames, 2=1st column is indices AND 2nd column is rownames, 4=1st column is rownames AND collesponding column named "samplename" |
samplename |
Stringname for "SampleName" (may be in another language) |
A modified table (wrt rownames)