Plot method for the class hpj
# S3 method for hpj
plot(
x,
prob = NULL,
show_breaks = TRUE,
main = "original + filter",
use_ggplot = TRUE,
...
)If use_ggplot is TRUE a ggplot object is returned, otherwise
a base plot is shown and nothing is returned.
an object of class hpj;
coverage probability for the confidence interval of the filter;
logical, if TRUE vertical lines are drawn at the jumps;
title of the plot;
logical, if TRUE the plot is done with ggplot2;
additional arguments passed to the plot function (if no ggplot2 is used).