Chapter 3 Exercise 3-1-b

ggplot(heightweight,aes(x=ageYear,y=heightIn,color=sex))+geom_point(aes(size=weightLb),alpha=0.3)