.is_array {fftab}R Documentation

Check if an Object is an Array

Description

Determines if an object has a .dim attribute, indicating it is an array.

Usage

.is_array(x)

Arguments

x

An R object.

Value

TRUE if the object has a .dim attribute, FALSE otherwise.


[Package fftab version 0.1.0 Index]