ddprint: Print S3 Objects in 'dwp' Package

ddPrintR Documentation

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 class 'dd'
print(x, ...)

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

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

Arguments

x

a ddArray or ddArray object

...

ignored

Value

no return value; output printed to the console


dwp documentation built on July 9, 2023, 5:59 p.m.

Related to ddprint in dwp...