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: plot2 plotandrews plotpcp plotgt

Quantlet: plotsplom
Description: Plots a scatterplot matrix from a multivariate dataset x.

Link:
Usage: plotsplom (x {, option {, col {, xn {, xncol}}}})
Input:
x n x p matrix
option scalar
col color
xn m x p matrix
xncol 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 scatterplot matrix

plotsplom (x, grc.prep.pcacov)

Result:

shows the principal components in a scatterplotmatrix


Library: plot
See also: plot2 plotandrews plotpcp plotgt

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, 970418
(C) MD*TECH Method and Data Technologies, 21.9.2000