callfestControl: Provides a controller for the callfest applications.

Description Usage Arguments Value Examples

Description

Provides a controller for the callfest applications.

Usage

1

Arguments

FUN

The function to be applied.

N

The number of repetitive applications.

parallel

Flag if we want parallel invokations or not.

...

Extra parameters (currently ignored).

Value

An instance of callfestControl class.

Examples

1
2
3
4
5
6
7
8
## Create a control instance:
control <- callfestControl(list, N=1, parallel=FALSE)

## Call fest:
result <- callfest(control, a=1:2, b=c("a", "b"))

## This is equivalent to:
result <- callfest(list, a=1:2, b=c("a", "b"))

vst/callfest documentation built on May 3, 2019, 7:09 p.m.