| myfaces | R Documentation | 
Draw Chernoff faces – replacement for the faces function from package TeachingDemos
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")
| 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 | 
essentially the same as "faces" from the R package TeachingDemos, but with additional options controlling the output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.