cat_plot_matrix {plotcli} | R Documentation |
Print plot matrix
Description
This function prints a plot matrix to the console.
Usage
cat_plot_matrix(plot_matrix)
Arguments
plot_matrix |
The plot matrix to be printed. |
Examples
cat_plot_matrix(matrix(c("a", "b", "c", "d"), nrow = 2, ncol = 2))
[Package plotcli version 0.1.0 Index]