powered by
Get or set names of Eot* objects
# 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
# S4 method for EotStack names(x) <- value
# S4 method for EotMode names(x)
# S4 method for EotMode names(x) <- value
if x is a EotStack, the names of all mdoes, if x is a EotMode, the name the respective mode
x
a EotMode or EotStack
name to be assigned
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