Last data update: 2014.03.03

R: Internal function for author's convenience and more legible...
m.combineR 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

Results