Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

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)

Example:
library("plot")
line (1:10~(1:10)^2)
Result:

line is shown in the display plotdisplay

Library: plot
See also: createdisplay show plot

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Author: TTK, 961205
(C) MD*TECH Method and Data Technologies, 28.6.1999