dimnames | R Documentation |
Act on each element if 'x' is a list
dimnames(x, along = TRUE, null_as_integer = FALSE, drop = !identical(along, TRUE))
x |
An n-dimensional array |
along |
Limit to dimension (default: all) |
null_as_integer |
Whether nameless dimensions should be |
drop |
Drop list of only one axis requested (default: if not returning all dimensions) |
A list of dimension names with length length(ndim(X))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.