funBranin | R Documentation |
Branin Test Function
funBranin(x)
x |
matrix of points to evaluate with the function. Rows for points and columns for dimension. |
1-column matrix with resulting function values
x1 <- matrix(c(-pi, 12.275),1,) funBranin(x1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.