Retrieve or replace the series names of an object.
series_names(x, ...)
series_names(x) <- value
# S3 method for radf_obj
series_names(x) <- value
# S3 method for wb_cv
series_names(x) <- value
# S3 method for sb_cv
series_names(x) <- value
An object.
Further arguments passed to methods.
n ordered vector of the same length as the "index" attribute of x.
# Simulate bubble processes
dta <- data.frame(psy1 = sim_psy1(n = 100), psy2 = sim_psy2(n = 100))
rfd <- radf(dta)
series_names(rfd) <- c("OneBubble", "TwoBubbles")