colnames.FileMatrix {R.huge}R Documentation

Gets the column names of a file matrix

Description

Gets the column names of a file matrix.

Usage

## S3 method for class 'FileMatrix':
colnames(this, ...)

Arguments

... Not used.

Value

Returns a character vector, or NULL.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*dimnames(). *rownames(). For more information see FileMatrix.


[Package R.huge version 0.1.5 Index]