print.Langevin {Langevin} | R Documentation |
Print estimated drift and diffusion coefficients
Description
print method for class "Langevin".
Usage
## S3 method for class 'Langevin'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
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. |
Value
The function print.Langevin()
returns an overview of the
estimated drift and diffusion coefficients.
Author(s)
Philip Rinn
[Package Langevin version 1.3.2 Index]