Learn R Programming

fftab (version 0.1.0)

.is_complex: Check if an Object is Complex

Description

Checks whether an object has the .is_complex attribute.

Usage

.is_complex(x)

Value

A logical value indicating whether the .is_complex attribute is TRUE.

Arguments

x

An R object to check for complexity.