dwp Packagedd, 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).
# S3 method for dd
print(x, ...)# S3 method for ddArray
print(x, ...)
# S3 method for fmod
print(x, ...)
no return value; output printed to the console
a ddArray or ddArray object
ignored