Picket | R Documentation |
Creates a "picket fence" of points for illustrating numerical integration
Picket(
domain,
h = 0.1,
method = c("left", "right", "center", "trapezoid", "gauss")
)
domain |
domain of integration as used in |
h |
number giving the width between pickets. Could also have been called |
method |
determines the weights for each element in the picket |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.