Rdocumentation
powered by
Learn R Programming
rgp (version 0.4-1)
tabulateFunction: Tabulate an n-ary function
Description
Creates a data frame of values for the n-ary function
f
at the sample locations given in
...
.
Usage
tabulateFunction(f, ...)
Arguments
f
The function to tabulate.
...
For each dimension, a vector of sample points to calculate
f
at.
Value
A data frame of function values of
f
.