hemilist.wrap {fsbrain} | R Documentation |
Wrap data into a named hemi list.
Description
Wrap data into a named hemi list.
Usage
hemilist.wrap(data, hemi, hemilist = NULL)
Arguments
data |
something to wrap, typically some data for a hemisphere, e.g., a vector of morphometry data values. If NULL, the name will not be created. |
hemi |
character string, one of 'lh' or 'rh'. The name to use for the data in the returned list. |
hemilist |
optional |
Value
a hemilist
: a named list, with the 'data' in the name given by parameter 'hemi'
See Also
Other hemilist functions:
hemilist.derive.hemi()
,
hemilist.from.prefixed.list()
,
hemilist.get.combined.data()
,
hemilist.unwrap()
,
hemilist()
,
is.hemilist()
[Package fsbrain version 0.5.5 Index]