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: stats
See also: pca factor

Quantlet: draftman
Description: Generates a draftman plot of X.

Usage: draftman(x {, col {,layout}})
Input:
x n x p matrix
col color
layout layout

Example:

; loads the library stats

library("stats")   

; loads the library graphic

library ("graphic")

; reads the swiss banknote data

x   = read("bank2")

; sets the color to red

col = grc.col.red*matrix(200)

; sets the symbol type to a circle for the genuine 

; banknotes and a cross to  for the forged banknotes

layout= grc.sym.circle*matrix(100)|grc.sym.cross*matrix(100)

; shows a simple draftman plot of the data

draftman(x, col, layout) 

Result:

shows a scatterplot matrix


Library: stats
See also: pca factor

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: Kerstin Zanter, 961202, Sigbert Klinke 970820
(C) MD*TECH Method and Data Technologies, 21.9.2000