argM: Find local extreme points

View source: R/argM.R

argMR 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))


ProjectMOSAIC/mosaicCalc documentation built on March 17, 2024, 8:27 p.m.