plot.hpj | R Documentation |
Plot method for the class hpj
## S3 method for class 'hpj'
plot(
x,
prob = NULL,
show_breaks = TRUE,
main = "original + filter",
use_ggplot = TRUE,
...
)
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). |
If use_ggplot
is TRUE
a ggplot object is returned, otherwise
a base plot is shown and nothing is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.