Learn R Programming

remote (version 1.2.3)

names: Names of Eot* objects

Description

Get or set names of Eot* objects

Usage

# S4 method for EotStack
names(x)

# S4 method for EotStack names(x) <- value

# S4 method for EotMode names(x)

# S4 method for EotMode names(x) <- value

Value

if x is a EotStack, the names of all mdoes, if x is a EotMode, the name the respective mode

Arguments

x

a EotMode or EotStack

value

name to be assigned

Examples

Run this code
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]])

Run the code above in your browser using DataLab