hemilist: Create hemilist.

Description Usage Arguments Value Note See Also

View source: R/helpers.R

Description

A hemilist is a named list which has at least one of the following fields: lh and rh. The fields can store arbitrary values.

Usage

1
hemilist(lh_data = NULL, rh_data = NULL)

Arguments

lh_data

any R object, the lh value.

rh_data

any R object, the rh value.

Value

a hemilist

Note

This function is trivial and mainly exists to document what a hemilist is (so this explanation can be linked to from the documentation of other functions which use the concept).

See Also

Other hemilist functions: hemilist.wrap(), is.hemilist()


dfsp-spirit/brainloc documentation built on Jan. 28, 2022, 12:25 p.m.