powered by
Retrieve or set the column names of a class radf() object. Similar to colnames, with the only difference that col_names is for radf() objects.
radf()
colnames
col_names
col_names(x, ...)col_names(x) <- value
col_names(x) <- value
An object of class radf()
Further arguments passed to methods.
An ordered vector of the same length as the `index' attribute of x.
# NOT RUN { # Simulate bubble processes dta <- data.frame(psy1 = sim_psy1(n = 100), psy2 = sim_psy2(n = 100)) rfd <- radf(dta) col_names(rfd) <- c("OneBubble", "TwoBubbles") # }
Run the code above in your browser using DataLab