View source: R/dirn_autocorr.R
plot.TrajDirectionAutocorrelations | R Documentation |
The plot
method for TrajDirectionAutocorrelations
objects.
Plots the direction autocorrelation function as returned by a call to
TrajDirectionAutocorrelations
, with a optional dot at the first
local minimum.
## S3 method for class 'TrajDirectionAutocorrelations'
plot(
x,
firstMinWindowSize = 10,
type = "l",
ylab = expression("C(" * Delta * s * ")"),
xlab = expression(Delta * s),
...
)
x |
Trajectory to be plotted. |
firstMinWindowSize |
If not NULL, specifies a window size used to calculate the first local minimum, which is then plotted as a point. |
type , xlab , ylab |
Defaults for plotting. |
... |
Additional arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.