powered by
This function prints a plot matrix to the console.
cat_plot_matrix(plot_matrix)
The plot matrix to be printed.
cat_plot_matrix(matrix(c("a", "b", "c", "d"), nrow = 2, ncol = 2))
Run the code above in your browser using DataLab