| melt_list | R Documentation |
Wrapper for melting arrays within lists
melt_list(x)
x |
a list containing matrices or arrays |
a data frame with the melted data
A <- array(1:8, dim = c(2,2,2))
B <- rep(list(A),2)
melt_list(B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.