.set_repr {fftab}R Documentation

Set Representation Format

Description

Converts an object into a specific representation format.

Usage

.set_repr(x, repr, .keep = "unused")

Arguments

x

An R object.

repr

The representation type ("cplx", "rect", "polr").

.keep

Controls preservation of data.

Value

The object in the specified representation format.


[Package fftab version 0.1.0 Index]