Simply runs list('lh' = lh_data, 'rh' = rh_data): A hemilist (short for hemisphere list) is just a named list with entries 'lh' and/or 'rh', which may contain anything. Hemilists are used as parameters and return values in many fsbrain functions. The 'lh' and 'rh' keys typically contain surfaces or vectors of morphometry data.
Usage
hemilist(lh_data = NULL, rh_data = NULL)
Value
named list, with the 'lh_data' in the 'lh' key and the 'rh_data' in the 'rh' key.
Arguments
lh_data
something to wrap, typically some data for a hemisphere, e.g., a vector of morphometry data values.
rh_data
something to wrap, typically some data for a hemisphere, e.g., a vector of morphometry data values.
See Also
Other hemilist functions:
hemilist.derive.hemi(),
hemilist.from.prefixed.list(),
hemilist.get.combined.data(),
hemilist.unwrap(),
hemilist.wrap(),
is.hemilist()