Description Usage Arguments Value
Convert an Allen Brain Atlas 2-d array to a data.frame
1 | aba_melt_2d(arr, val = "value", plane = "coronal")
|
arr |
a 2-d array to melt, like that generated by aba_slice_array() |
val |
The name of the value column to use. |
plane |
The plane of the 2-d array. Options are "coronal", "saggital", and "horizontal". Default is "coronal". |
a data.frame with dimension columns based on the plane, and a value column named for val.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.