burst_aux | R Documentation |
Auxiliary function for burst()
burst_aux(x, labs = "V")
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) |
'x' as a list of named columns
- 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.
Marius Hofert
Other tools for constructing your own plot1d and plot2d functions:
burst()
,
check_zargs()
,
extract_1d()
,
extract_2d()
,
plot_indices()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.