uvastatlab / Python_and_R

Parallel code examples in Python and R
Other
5 stars 1 forks source link

Ch 7 - section 7.6, facet plots - coplot() review #42

Closed clayford closed 2 years ago

clayford commented 2 years ago

Jacob, I added coplot() as a base R example of facet plots. Can you review and edit as needed? Feel free to do a wholesale re-write!! I'm also wondering if it should come after the ggplot example, and then just show how it can condition on a numeric variable. Since we mentioned base R examples (which I like!) I thought we should include this function. But I'm curious about your thoughts on how we should work it in.

jacob-gg commented 2 years ago

Great addition! All seems clear to me. I only made tiny changes (e.g., adding () after a function name, etc.): e784d30

To stay consistent with the other plot examples earlier in the chapter, I think putting base R first make sense. The coplot() section isn't particularly long, so I don't think it pushes the ggplot2 material so low that it becomes hard to find/unlikely to be found. Super useful to see how coplot() can facet based on numeric variables too.