Description Arguments Value Examples
An interpolant is a function returned by ipol
which has prespecified values in some
points, and which fills in between with some reasonable values.
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
chebpol are parallelized. If given a matrix argument |
... |
Other parameters. Currently used for simplex linear interpolants with the logical argument
|
A numeric. If more than one point was evaluated, a vector.
1 2 3 4 5 6 |
[1] 0.4744212
[1] 0.3086853 0.9302854 0.6868209 0.8384668 0.6918173 0.8153776
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.