zenplots (version 1.0.0)

burst_aux: 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

See Also

Other tools for constructing your own plot1d and plot2d functions: burst, check_zargs, extract_1d, extract_2d, plot_indices