provideDimnames: dimnames of an object

Description Usage Arguments References See Also

Description

Retrieve or set the dimnames of an object.

Usage

1
  provideDimnames(x, sep = "", base = list(LETTERS))

Arguments

x

an R object, for example a matrix, array or data frame.

sep

a character string, used to separate base symbols and digits in the constructed dimnames.

base

a non-empty list of character vectors. The list components are used in turn (and recycled when needed) to construct replacements for empty dimnames components. See also the examples.

References

Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) _The New S Language_. Wadsworth & Brooks/Cole.

See Also

dimnames, rownames, colnames, array, matrix, data.frame.


Dasonk/future3.0 documentation built on May 6, 2019, 1:37 p.m.