Description Usage Arguments Value Examples
Create ggplot from array
1 | plot_array2d(arrList, title = NULL, title_size = 18)
|
arrList |
array or list of 1, 2, or 3 arrays |
title |
character |
title_size |
numeric |
ggplot object
1 2 | urandom <- make_arrays(m = 5, n = 5)$urandom
plot_array2d(urandom, title = "urandom", title_size = 24)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.