Library: | plot |
See also: | createdisplay show plot |
Macro: | line | |
Description: | Convenient function for plotting results. Similar to plot but uses lines instead. |
Usage: | line (x1, {x2, x3, x4, x5}) | |
Input: | ||
x1 | matrix containing the line coordinates to be plotted | |
x2 - x5 | further lines to be plotted (optional) |
library("plot") line (1:10~(1:10)^2)
line is shown in the display plotdisplay
Library: | plot |
See also: | createdisplay show plot |