Learn R Programming

crunch (version 1.3.2)

cube-methods: Methods on Cube objects

Description

These methods provide an array-like interface to the CrunchCube object.

Usage

## S3 method for class 'CubeDims':
dimnames(x)

## S3 method for class 'CubeDims': dim(x)

## S3 method for class 'CubeDims': is.na(x)

Arguments

x
a CrunchCube or its CubeDims component.

Value

  • Generally, the same shape of result that each of these functions return when applied to an array object.

See Also

cube-computing