plot.hpj {jumps} | R Documentation |
Plot method for the class hpj
Description
Plot method for the class hpj
Usage
## S3 method for class 'hpj'
plot(
x,
prob = NULL,
show_breaks = TRUE,
main = "original + filter",
use_ggplot = TRUE,
...
)
Arguments
x |
an object of class hpj; |
prob |
coverage probability for the confidence interval of the filter; |
show_breaks |
logical, if |
main |
title of the plot; |
use_ggplot |
logical, if |
... |
additional arguments passed to the plot function (if no ggplot2 is used). |
Value
If use_ggplot
is TRUE
a ggplot object is returned, otherwise
a base plot is shown and nothing is returned.
[Package jumps version 1.0 Index]