Description Usage Arguments Details Examples
Roof-shaped functions to illustrate the properties of partial derivatives.
1 |
x |
the x-coordinates at which to evaluate the function |
y |
the y-coordinates at which to evaluate the function |
type |
one of |
Note that when used in contour_plot()
or interactive_plot()
, you
need only specify the symbolic expression roof_fun(x, y) ~ x + y
. The plotting function
will calculate and provide the needed numerical values for the coordinate.
The domain for this function is x=c(-3,3)
and y=c(-1,1)
.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.