.is_normalized {fftab} | R Documentation |
Check if an Object is Normalized
Description
Checks whether an object has the .is_normalized
attribute.
Usage
.is_normalized(x)
Arguments
x |
An R object to check for normalization. |
Value
A logical value indicating whether the .is_normalized
attribute is TRUE
.
Returns NULL
if the attribute does not exist.
[Package fftab version 0.1.0 Index]