Learn R Programming

tdata (version 0.3.0)

as.character.ldtf: Convert Frequency to Character

Description

This function converts a frequency to its string representation. The format is explained in the f.? functions.

Usage

# S3 method for ldtf
as.character(x, ...)

Value

A string representation of the value of the frequency.

Arguments

x

The value of the frequency, which must be an ldtf object returned from the f.? functions.

...

Additional arguments.