as.character.ldtf {tdata}R Documentation

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 class 'ldtf'
as.character(x, ...)

Arguments

x

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

...

Additional arguments.

Value

A string representation of the value of the frequency.


[Package tdata version 0.3.0 Index]