Learn R Programming

fftab (version 0.1.0)

.is_normalized: Check if an Object is Normalized

Description

Checks whether an object has the .is_normalized attribute.

Usage

.is_normalized(x)

Value

A logical value indicating whether the .is_normalized attribute is TRUE. Returns NULL if the attribute does not exist.

Arguments

x

An R object to check for normalization.