Description Usage Arguments Value Examples
setNames for arrays...
1 | setDimNames(array.object, list.of.dimension.names)
|
array.object |
Array |
list.of.dimension.names |
List of character vectors with which to name each dimension of the array |
Named array
1 | setDimNames(matrix(1:4,2,2), list(c("Cat", "Dog"), c("Name", "Weight")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.