Learn R Programming

remote (version 1.2.1)

names: Names of Eot* objects

Description

Get or set names of Eot* objects

Usage

"names"(x)
"names"(x) <- value
"names"(x)
"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

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