plot_array2d: Return a ggplot of array

Description Usage Arguments Value Examples

View source: R/plot_array2d.R

Description

Create ggplot from array

Usage

1
plot_array2d(arrList, title = NULL, title_size = 18)

Arguments

arrList

array or list of 1, 2, or 3 arrays

title

character

title_size

numeric

Value

ggplot object

Examples

1
2
urandom <- make_arrays(m = 5, n = 5)$urandom
plot_array2d(urandom, title = "urandom", title_size = 24)

ventri2020/rraysplot documentation built on Jan. 1, 2021, 12:38 p.m.