colnames | R Documentation |
Retrieve or set the row or column names of a gpuR matrix object
colnames(x, do.NULL, prefix)
## Default S3 method:
colnames(x, do.NULL = TRUE, prefix = "col")
## S3 method for class 'gpuMatrix'
colnames(x, ...)
## S4 replacement method for signature 'gpuMatrix'
colnames(x) <- value
## S3 method for class 'vclMatrix'
colnames(x, ...)
## S4 replacement method for signature 'vclMatrix'
colnames(x) <- value
x |
A gpuR matrix object |
do.NULL |
logical. If |
prefix |
for create names. (not currently used) |
... |
Additional arguments |
value |
A character vector to assign as row/column names |
A character vector of column names of the gpuMatrix object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.