plot.kendall_summary {kendallRandomWalks} | R Documentation |
Plot summary of Kendall random walk simulations.
Description
Plot summary of Kendall random walk simulations.
Usage
## S3 method for class 'kendall_summary'
plot(x, ..., type = "density")
Arguments
x |
Object of class kendall_summary |
... |
Optional arguments, currently ignored |
type |
Type of the plot: density, histogram or boxplot |
Value
ggplot2 object
[Package kendallRandomWalks version 0.9.4 Index]