- want to show more variables or dimensions at the same time
- we can use
facet_grid
orfacet_wrap
to do that - you can use different types of figure like scatterplot, line, barplot you can use
scale = “free_y”
in facet function to allow different scales in different raws