segmentize | R Documentation |
Break a function into segments, giving offset and relative values
segmentize(tilde, h, domain, npts = 10, ...)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.