argM | R Documentation |
Find local extreme points
argM(tilde, domain)
tilde |
specification of a function as in makeFun() |
domain |
a domain to search in. |
End-points of the domain may be included in the output.
A data frame with values for x, the function output at those values of x, and the concavity.
argM(x^2 ~ x, domain(x=-1:1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.