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 TrajDirectionAutocorrelations
plot(
x,
firstMinWindowSize = 10,
type = "l",
ylab = expression("C(" * Delta * s * ")"),
xlab = expression(Delta * s),
...
)
Trajectory to be plotted.
If not NULL, specifies a window size used to calculate the first local minimum, which is then plotted as a point.
Defaults for plotting.
Additional arguments passed to plot
.