<< regplot Graphics starcmap >>

fact >> Graphics > scmap

scmap

figure representing the observations by a symbol (or a number if more than 7 classes) whose color is different for each class

Calling sequence

scmap(x,col1,col2,startpos,endpos,(labcol1),(labcol2))

Arguments

x:

a Div structure where the labels x.i are used to identify the observations by their classes

col1,col2:

columns of x.d chosen for the abscissa and the ordinate respectively

startpos, endpos:

range within the strings of x.i which identifies the class of each observation

(labcol1), (labcol2):

labels of the abscissa and the ordinate respectively

Examples

scmap(x,3,10,2,4,'pc3','pc10')

Authors


Report an issue
<< regplot Graphics starcmap >>