dimnames {rhdf5client}R Documentation

Obtain names of dimensions for an object of type HSDSArraySeed

Description

(required by DelayedArray seed contract, returns NULL list)

Usage

## S4 method for signature 'HSDSArraySeed'
dimnames(x)

Arguments

x

An object of type HSDSArraySeed

Value

A NULL list of length equal to the array dimensionality


[Package rhdf5client version 1.14.2 Index]