Using RMarkdown

Here’s a ggplot by Ivan and Robin

ggplot(data=Galton,aes(x=father,y=height))+geom_point()+aes(colour=mother)+aes(size=height)+facet_wrap(~sex,ncol=4) + stat_smooth(method=lm) 

This plot has two facets.