facet_grid(rows, cols) builds a two-way panel matrix: one row per level
of rows, one column per level of cols.
facet_grid(rows, cols = NULL, scales = "fixed")Variable defining the panel rows (unquoted name or string).
Variable defining the panel columns; NULL for a single
column.
As in facet_wrap().
A Facet object to add to a plot with +.