names {remote} | R Documentation |
Names of Eot* objects
Description
Get or set names of Eot* objects
Usage
## S4 method for signature 'EotStack'
names(x)
## S4 replacement method for signature 'EotStack'
names(x) <- value
## S4 method for signature 'EotMode'
names(x)
## S4 replacement method for signature 'EotMode'
names(x) <- value
Arguments
x |
a EotMode or EotStack |
value |
name to be assigned |
Value
if x
is a EotStack, the names of all mdoes,
if x
is a EotMode, the name the respective mode
Examples
data(vdendool)
nh_modes <- eot(vdendool, n = 2)
## mode names
names(nh_modes)
names(nh_modes) <- c("vdendool1", "vdendool2")
names(nh_modes)
names(nh_modes[[2]])
[Package remote version 1.2.1 Index]