DescriptionChernoff faces for evaluations of US judges.svg
English: Chart showing Chernoff faces for data selected from the "USJudgeRatings" dataset in R, which contains ratings of state judges in the US Superior Court by lawyers who have had contact with them.
R code to produce the chart:
library(TeachingDemos)
svg("Chernoff faces for evaluations of US judges.svg", height=6, width=8)
faces2(USJudgeRatings[1:12,c(2:11,2:9)]/5-1, scale="none")
dev.off()
The following table shows which variables of the data are mapped to what features in the plot (note that some variables are mapped to more than one feature):
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Captions
Add a one-line explanation of what this file represents
{{Information |Description={{en|1=Chart showing Chernoff faces for data selected from the "USJudgeRatings" dataset in R. R code to produce the chart: svg("Chernoff faces for evaluations of US judges.svg", height=6, width=8) faces2(USJudgeRatings[1:12,c