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

Description Usage Arguments Value

Description

Generic function that draws simulated trajectories of Kendall random walk

Usage

1
2
3
## S3 method for class '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


kendallRandomWalks documentation built on May 2, 2019, 2:43 a.m.