as.metric_gifti | R Documentation |
"gifti"
Format a V \times 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.
as.metric_gifti(
data,
hemisphere = c("left", "right"),
intent = "NONE",
data_type = NULL
)
data |
|
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.