names,VirtualArray-method {via}R Documentation

Names of one-dimensional 'VirtualArray'-derived class objects.

Description

Get or set the names of one-dimensional 'VirtualArray'-derived class objects

Usage

## S4 method for signature 'VirtualArray'
names(x)

## S4 replacement method for signature 'VirtualArray'
names(x) <- value

Arguments

x

VirtualArray-derived class object.

value

character vector.

Value

A character vector of names or NULL.

Examples

ex <- rastex()
names(ex)
names(ex)[4] <- "weirdo"
# NULL

[Package via version 0.2.0 Index]