plot.kendall_simulation {kendallRandomWalks} | R Documentation |
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 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
[Package kendallRandomWalks version 0.9.4 Index]