Learn R Programming

kendallRandomWalks (version 0.9.4)

plot.kendall_simulation: Generic function that draws simulated trajectories of Kendall random walk

Description

Generic function that draws simulated trajectories of Kendall random walk

Usage

# S3 method for kendall_simulation
plot(x, max_x = NULL, max_id = NULL,
  level = NULL, ...)

Arguments

x

object returned by normalising_sequences function.

max_x

maximum value on x axis.

max_id

Number of trajectories to plot. If NULL, all paths will be plotted.

level

Y-axis value which will be marked (level to be crossed).

...

Other arguments

Value

ggplot2 object