Description Usage Arguments Value Examples
Create ggplot from array and mask
1 2 3 4 5 6 7 | plot2_array2d(
arrList,
maskList = NULL,
alpha = 0.35,
title = NULL,
title_size = 18
)
|
arrList |
array or list of 1, 2, or 3 arrays |
maskList |
array or list of 1, 2, or 3 arrays |
alpha |
numeric |
title |
character |
title_size |
numeric |
ggplot object
1 2 3 | urandom <- make_arrays(m = 5, n = 5)$urandom
square <- make_arrays(m = 5, n = 5)$rectangle
plot2_array2d(urandom, square, title = "urandom*square", title_size = 18)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.