toString.lgtdl {lgtdl}R Documentation

Produce a character string suitable for printing.

Description

Data frames can contain lgtdl objects as elements. When the data frame is printed this function provides a suitable string for printing.

Usage

toString.lgtdl(x, width, ...)

Arguments

x The object to be formated.
width To control the width of the returned string-ignored.
... Ignored.

Value

A character string. Currently it is "lgtdl, length = " with the length of the time component added.

Author(s)

Robert Gentleman

See Also

toString


[Package lgtdl version 1.1.0 Index]