Description Usage Arguments Details Value Author(s)
An example handler just for testing and development
1 | sine.handler(xmin = 0, xmax = 3 * pi, n = 100)
|
xmin |
Numeric. Minimum x value to plot |
xmax |
Numeric. Maximum x value to plot |
n |
Integer. Number of points to plot |
This handler takes three parameters, xmin, xmax and n, makes a plot of the sin curve from xmin to xmax (using n equally spaced points), and returns a data.frame with the x and y coordinates, with IDs A-Z, A.1-Z.1, ...
data.frame
Brad Friedman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.