myfaces: Chernoff faces

Description Usage Arguments Details

Description

Draw Chernoff faces – replacement for the faces function from package TeachingDemos

Usage

1
2
3
myfaces(xy = rbind(1:3, 5:3, 3:5, 5:7), which.row = NULL,
  fill = FALSE, nrow, ncol, scale = TRUE, byrow = FALSE, main,
  labels, colors = "black")

Arguments

which.row

row selection from the matrix

nrow, ncol

in how many rows / columns

byrow

samples are in columns rather than rows

colors

colors to use for drawing

Details

essentially the same as "faces" from the R package TeachingDemos, but with additional options controlling the output


january3/myfuncs documentation built on April 1, 2020, 4:42 a.m.