| ddPrint | R Documentation |
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 class 'dd'
print(x, ...)
## S3 method for class 'ddArray'
print(x, ...)
## S3 method for class 'fmod'
print(x, ...)
x |
a |
... |
ignored |
no return value; output printed to the console
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.