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: math
See also: cplotfunc

Quantlet: cplot
Description: Plot of x and y in absolute space

Usage: cplot (x, y)
Input:
x n x 1 complex vector
y n x 1 complex vector

Example:
library("math")
x = complex(normal(100), normal(100))
y = cln(x)
cplot(x, y)

Result:
plot of x and y



Author: S. Klinke, 19970530
(C) MD*TECH Method and Data Technologies, 05.02.2006