plot.Langevin {Langevin} | R Documentation |
Plot estimated drift and diffusion coefficients
Description
plot method for class "Langevin". This method is only implemented for one-dimensional analysis for now.
Usage
## S3 method for class 'Langevin'
plot(x, pch = 20, ...)
Arguments
x |
an object of class "Langevin". |
pch |
Either an integer specifying a symbol or a single character to be
used as the default in plotting points. See points for possible values
and their interpretation. Default is |
... |
Arguments to be passed to methods, such as |
Author(s)
Philip Rinn
[Package Langevin version 1.3.2 Index]