View source: R/print.Langevin.r
print.Langevin | R Documentation |
print method for class "Langevin".
## S3 method for class 'Langevin'
print(x, digits = max(3, getOption("digits") - 3), ...)
x |
an object of class "Langevin". |
digits |
integer, used for number formatting with |
... |
further arguments to be passed to or from other methods. They are ignored in this function. |
The function print.Langevin()
returns an overview of the
estimated drift and diffusion coefficients.
Philip Rinn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.