R/utils-plot.R
custom_grid.RdUtility functions used for various plotting routines within atlantistools.
custom_grid(plot, grid_x, grid_y)
| plot | ggplot2 plot. |
|---|---|
| grid_x | character vector used in facet_grid in horizontal direction. |
| grid_y | character vector used in facet_grid in vertical direction. |
ggplot2 plot.