Description Usage Arguments Details Examples
distShade(xlo, xhi, xvec, yvec, ...)
1 |
xlo |
the lower x-axis value where the shading begins |
xhi |
the higher x-axis value where the shading ends |
xvec |
the name of the vector of x-axis values |
yvec |
the name of the vector of y-axis values |
... |
further arguments to be passed to the polygon function |
This function is essentially a wrapper for the polygon function allowing the polygon to be drawn below a curve from fewer values.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.