dt-methods | R Documentation |
Methods defined for objects returned from the distr.test
, distr.btest
, and rv.test
functions.
## S3 method for class 'dt.distr' print(x, digits = getOption("digits"), ...) ## S3 method for class 'dt.rv' print(x, digits = getOption("digits"), ...) ## S3 method for class 'dt.distr' plot(x, ...) ## S3 method for class 'dt.rv' plot(x, ...)
x |
an object of class |
digits |
the number of digits to round to. |
... |
further arguments, currently ignored. |
The print
methods simply print and return nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.