Description Usage Arguments Details Examples
plot.powdRbkg
is designed to provide quick plots to inspect the
fitted backgrounds obtained from bkg
.
1 2 | ## S3 method for class 'powdRbkg'
plot(x, interactive, ...)
|
x |
a powdRbkg object |
interactive |
Logical. If TRUE then the output will be an interactive ggplotly object. If FALSE then the output will be a ggplot object. |
... |
other arguments |
The only mandatory argument is x, which must be a powdRbkg object. Plots can
be made interactive using the logical interactive
argument.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.