Learn R Programming

via (version 0.2.0)

dim,VirtualArray-method: Dimensions of 'VirtualArray'-derived class objects

Description

The function returns the dimensions of the array in which elements are organized.

Usage

# S4 method for VirtualArray
dim(x)

Value

A numeric vector.

Arguments

x

A VirtualArray-derived class object.

Examples

Run this code
data(exemplar)
dim(exemplar)

Run the code above in your browser using DataLab