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, ...)
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 argumentsggplot2 object
Useful links