Learn R Programming

plotcli (version 0.2.0)

cat_plot_matrix: 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

Run this code
cat_plot_matrix(matrix(c("a", "b", "c", "d"), nrow = 2, ncol = 2))

Run the code above in your browser using DataLab