plot.kendall_simulation function

Generic function that draws simulated trajectories of Kendall random walk

Generic function that draws simulated trajectories of Kendall random walk

## 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

Returns

ggplot2 object

  • Maintainer: Mateusz Staniak
  • License: MIT + file LICENSE
  • Last published: 2018-08-04

Useful links