makeDimnames | R Documentation |
Make syntactically valid dimnames
makeDimnames(object, ...)
## S4 method for signature 'ANY'
makeDimnames(object)
object |
Object. |
... |
Additional arguments. |
Modified object. Both row and columns names will be made syntactically valid.
Updated 2020-01-27.
data(syntactic, package = "AcidTest")
object <- syntactic$matrix
makeDimnames(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.