burst_aux {zenplots} | R Documentation |
Auxiliary function for burst()
Description
Auxiliary function for burst()
Usage
burst_aux(x, labs = "V")
Arguments
x |
A vector, matrix or data.frame (or a (pure) list, but that we don't use here) |
labs |
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) |
Value
'x' as a list of named columns
Note
- Performance critical (no checks here) - Data frames always have default names. They are possibly ugly but we have to use them here as we cannot determine whether they were assigned automatically or on purpose.
Author(s)
Marius Hofert
See Also
Other tools for constructing your own plot1d and plot2d functions:
burst()
,
check_zargs()
,
extract_1d()
,
extract_2d()
,
plot_indices()