m.combine {miRtest} | R Documentation |
Internal function for author's convenience and more legible code.
Description
Internal function for author's convenience and more legible code. Applies a function to every column vector of a matrix and a vector.
Usage
m.combine(M, v, FUN, ...)
Arguments
M |
The matrix for whose column vectors mapply shall be used. |
v |
The vector. |
FUN |
The function. |
... |
Further arguments to be given to FUN. |
Author(s)
Stephan Artmann
[Package miRtest version 2.1 Index]