faces(x, which = <<see below>>, labels = 1:nrow(x), head = "", max = ncol(x), nrow = <<see below>>, ncol = <<see below>>, fill = T, scale = T, byrow = F)
The feature parameters are: 1-area of face; 2-shape of face; 3-length of nose; 4-location of mouth; 5-curve of smile; 6-width of mouth; 7, 8, 9, 10, 11-location, separation, angle, shape and width of eyes; 12-location of pupil; 13, 14, 15-location, angle and width of eyebrow.
faces(chernoff2[1:9,], head = "Chernoff's Second Example (9 observations)")faces(t(cereal.attitude), labels = dimnames(cereal.attitude)[[2]], ncol = 3)