createMatrix {cn.farms}R Documentation

Creates the needed matrix

Description

Creates the needed matrix

Usage

createMatrix(runtype, nrow, ncol, type = "double", bmName = "NA")

Arguments

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

Value

a matrix

Author(s)

Djork-Arne Clevert okko@clevert.de and Andreas Mitterecker mitterecker@bioinf.jku.at


[Package cn.farms version 1.28.0 Index]