cat_plot_matrix: Print plot matrix

View source: R/helper_functions.r

cat_plot_matrixR 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))

plotcli documentation built on May 29, 2024, 6:22 a.m.