Description Usage Arguments Details
Plot Interpolation
Perform plotting of function of the patching
S4 class. It will plot the function along with its first and second derivatives.
1 | rrplot(interpolation, interval, x.point, y.point, limits, res = 1000, autodiff)
|
interpolation |
A |
interval |
A vector of x-values to be plotted. |
x.point |
A vector of x-values of the points to be plotted. |
y.point |
A vector of y-values of the points to be plotted. |
limits |
A vector y-values of the horizontal lines to be plotted. |
res |
The number of points are used to calculate the function when |
autodiff |
Whther to use automatic differentiation to calculate the derivatives. When the |
Packages "reshape2" and "ggplot2" are required for this action.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.