argM {mosaicCalc}R Documentation

Find local extreme points

Description

Find local extreme points

Usage

argM(tilde, domain)

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.

Value

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

Examples

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


[Package mosaicCalc version 0.6.1 Index]