Description Usage Arguments Details Value
Format a V x T numeric matrix (V vertices, T measurements) or a length-T list
of length-V numeric vectors as a "gifti"
using a template
"gifti"
. The brain hemisphere (left or right) must be indicated.
1 2 3 4 5 6 | as.metric_gifti(
data,
hemisphere = c("left", "right"),
intent = "NONE",
data_type = NULL
)
|
data |
V x T numeric matrix, or length T list of length V numeric vectors |
hemisphere |
The side of the brain the data represents: |
intent |
The NIFTI intent, with prefix "NIFTI_INTENT_*". Default:
|
data_type |
The NIFTI type of |
If data
is already a "gifti"
, data$data
will be
used and any metadata will be overwritten by the template or discarded.
The "gifti"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.