Auxiliary function for burst()
burst_aux(x, labs = "V")'x' as a list of named columns
A vector, matrix or data.frame (or a (pure) list, but that we don't use here)
The variable labels: - if NULL, no labels are used - if of length 1, use this label and append 1:ncol(x) but only if x doesn't have any column names (otherwise use the latter) - if of length ncol(x), use that but only if x doesn't have any column names (otherwise use the latter)
Marius Hofert
Other tools for constructing your own plot1d and plot2d functions:
burst(),
check_zargs(),
extract_1d(),
extract_2d(),
plot_indices()