Picket {mosaicCalc} | R Documentation |
Creates a "picket fence" of points for illustrating numerical integration
Description
Creates a "picket fence" of points for illustrating numerical integration
Usage
Picket(
domain,
h = 0.1,
method = c("left", "right", "center", "trapezoid", "gauss")
)
Arguments
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 |
[Package mosaicCalc version 0.6.4 Index]