Target Graph

Target Graph

Target Graph

My goal was to reproduce this graph using RStudio.

Data Entry

##      Name Age  Eyes  Hair
## 1    John  32  Blue Brown
## 2     Jim  39 Green   Red
## 3   Jamal  48 Brown Blond
## 4   Johan  21  Blue Blond
## 5   Julio  50 Green Brown
## 6  Julian   9 Brown Brown
## 7  Jabril  83  Blue Black
## 8   Jamie  10 Brown   Red
## 9 Joachim  12  Blue Brown

Imitation Graph

I was able to imitate the target graph almost exactly, but the colors might not be identical matches