xy data matrix, rows represent individuals and columns attributes
which.row
defines a permutation of the rows of the input matrix
fill
if(fill==TRUE), only the first nc attributes of the faces are
transformed, nc is the number of columns of xy
nrow
number of columns of faces on graphics device
ncol
number of rows of faces
scale
if(scale==TRUE), attributes will be normalized
byrow
if(byrow==TRUE), xy will be transposed
main
title
labels
character strings to use as names for the faces
Value
a plot of faces is created on the graphics device,
no numerical results
Details
The features paramters of this implementation are:
1-height of face,
2-width of face,
3-shape of face,
4-height of mouth,
5-width of mouth,
6-curve of smile,
7-height of eyes,
8-width of eyes,
9-height of hair,
10-width of hair,
11-styling of hair,
12-height of nose,
13-width of nose,
14-width of ears,
15-height of ears. For details look at the literate program of faces
References
Chernoff, H. (1973): The use of faces to represent statistiscal assoziation,
JASA, 68, pp 361--368.
The smooth curves are computed by an algorithm found in
Ralston, A. and Rabinowitz, P. (1985):
A first course in numerical analysis, McGraw-Hill, pp 76ff.
http://www.wiwi.uni-bielefeld.de/~wolf/ : S/R - functions : faces