Learn R Programming

dwp (version 1.1)

ddPrint: Print S3 Objects in dwp Package

Description

dd, ddArray, and fmod objects are lists consisting of a great amount of data. Only a few of the elements are printed automatically. Other elements of object x can be viewed and extracted as with other lists in R, namely, by using the x$element or x[[element]] operator, where element is the name of one of the elements of x, all of which can be viewed via names(x).

Usage

# S3 method for dd
print(x, ...)

# S3 method for ddArray print(x, ...)

# S3 method for fmod print(x, ...)

Value

no return value; output printed to the console

Arguments

x

a ddArray or ddArray object

...

ignored