interpolant {latentcor} | R Documentation |
Evaluate an interpolant in a point
Description
An interpolant is a function returned by ipol
which has prespecified values in some
points, and which fills in between with some reasonable values.
Arguments
x |
The argument of the function. A function of more then one variable takes a
vector. |
threads |
The number of threads to use for evaluation. All interpolants created by
|
... |
Other parameters. Currently used for simplex linear interpolants with the logical argument
The |
Value
A numeric. If more than one point was evaluated, a vector.
Author(s)
Simen Gaure
[Package latentcor version 2.0.1 Index]