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: grandrews plot2 plotpcp plotsplom

Macro: plotandrews
Description: Plots andrews curves from a multivariate dataset andrews.

Link:
Usage: plotandrews (x {, prep {, col}})
Input:
x n x p matrix
prep scalar
col color

Note:

Example:
; loads the library plot
library ("plot")
; reads the swiss banknote data (200x6)
x = read("bank2")
; computes the principal components of x as andrews curves
plotandrews (x, grc.prep.pcacov)
Result:
shows the principal components of x as andrews curves

Library: plot
See also: grandrews plot2 plotpcp plotsplom

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: Sigbert Klinke, 970201
(C) MD*TECH Method and Data Technologies, 28.6.1999