constructFuncSet: constructFuncSet

Description Usage Arguments Value Examples

View source: R/funcSet.R

Description

Constructs a function set using the provided function definitions.

Usage

1
constructFuncSet(functionDefs)

Arguments

functionDefs

the function definitions

Value

the function set created

Examples

1
constructFuncSet(c(c("add", 2), c("sqrt", 1)))

porteous54/caRtesian documentation built on May 30, 2019, 11:43 a.m.