powered by
plot.powdRbkg is designed to provide quick plots to inspect the fitted backgrounds obtained from bkg.
plot.powdRbkg
bkg
# S3 method for powdRbkg plot(x, interactive, ...)
a powdRbkg object
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.
interactive
# NOT RUN { # Load the minerals library data(minerals) # } # NOT RUN { plot(minerals, interactive = TRUE) # }
Run the code above in your browser using DataLab