Skip to contents

These methods retrieve the names from `fmristore` specific objects, implementing the S4 generic function names from the `base` package.

Usage

# S4 method for class 'LabeledVolumeSet'
names(x)

Arguments

x

An object for which a `names` method is defined.

Value

A character vector of names associated with the object.

See also

base::names