findmax | R Documentation |
Searches the maximum of a function over a grid on a given interval.
findmax(sens, min, max, grid.length)
sens |
A single variable numeric function to evaluate. |
min |
Minimum value of the search interval. |
max |
Maximum value of the search interval. |
grid.length |
Length of the search interval. |
The value at which the maximum is obtained
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.