Creates a "picket fence" of points for illustrating numerical integration
Picket(
domain,
h = 0.1,
method = c("left", "right", "center", "trapezoid", "gauss")
)
domain of integration as used in slice_plot()
, Integrate()
, and the similar mosaicCalc functions
number giving the width between pickets. Could also have been called dt
or dx
, and so on.
determines the weights for each element in the picket