Learn R Programming

mosaicCalc (version 0.6.4)

argM: Find local extreme points

Description

Find local extreme points

Usage

argM(tilde, domain)

Value

A data frame with values for x, the function output at those values of x, and the concavity.

Arguments

tilde

specification of a function as in makeFun()

domain

a domain to search in.

Details

End-points of the domain may be included in the output.

Examples

Run this code
argM(x^2 ~ x, domain(x=-1:1))

Run the code above in your browser using DataLab