A column of data to be inserted, in the form of a
numeric vector, whose length matches that of columns in the
objecct.
name
Character string indicating the name this column is to
have in the data dataframe. For example, using
name="hello" in the creation of d would mean
that the data could be accessed as d$data$hello
label
Optional character string or expression indicating the
name of the column, as it will appear in plot labels. (If not
given, name will be used.)