createMatrix {cn.farms} | R Documentation |
Creates the needed matrix
createMatrix(runtype, nrow, ncol, type = "double", bmName = "NA")
runtype |
Mode how the results are saved. Possible values are ff or bm. If ff is chosen the data will not be saved automatically. With bm the results will be saved permanently. |
nrow |
nrow |
ncol |
ncol |
type |
type |
bmName |
Identifier for ff name |
a matrix
Djork-Arne Clevert okko@clevert.de and Andreas Mitterecker mitterecker@bioinf.jku.at