segmentize: Break a function into segments, giving offset and relative...

View source: R/segmentize.R

segmentizeR Documentation

Break a function into segments, giving offset and relative values

Description

Break a function into segments, giving offset and relative values

Usage

segmentize(tilde, h, domain, npts = 10, ...)

Examples

Pts <- segmentize(x*dnorm(x) ~ x, .1, list(x=c(-3,3)))
## Not run: 
gf_segment(ymin + ymax ~ xmin + xmax, data = Pts)

## End(Not run)

dtkaplan/Znotes documentation built on Sept. 4, 2022, 10:21 a.m.