Description Usage Arguments Examples
Creates and shows and overlayed plot of one or more functions of one variable y = f(x).
1 2 3 4 |
funcs |
A list of functions of one variable to plot. |
from |
The left bound of the plot, i.e. the minimum x value to plot. |
to |
The right bound of the plot, i.e. the maximum x value to plot. |
steps |
The number of steps, or samples, to plot. |
type |
The plot type (e.g. l = line) as passed on to |
lty |
The line types as passed on to |
lwd |
The line widths as passed on to |
lend |
The line end cap types as passed on to |
pch |
The plot chars as passed on to |
col |
The plot colors as passed on to |
cex |
The character expansion sizes as passed on to |
bg |
The background (fill) colors as passed on to |
xlab |
The x axis label as passed on to |
ylab |
The y axis label as passed on to |
legendpos |
The position of the legend, passed as the |
bty |
The box type parameter of the legend, passed as the |
... |
Graphic parameters for |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.