setDimNames {externalVector} | R Documentation |
These generics set the names and the dimnames of an object without any sanity checks.
setNames(object, nm) setDimNames(object, dnm)
object |
An object. |
nm |
The new names. |
dnm |
The new dimnames. |
The object
after modification.