Description Usage Arguments Details See Also
Plots the estimated background and the corrected function.
1 2 | mPlot.results(fit.results, label.x = "x", label.y = "y",
xlim=NA, ylim=NA)
|
fit.results |
the return value of |
label.x, label.y |
characters, titles for x and y axes. |
xlim, ylim |
numeric vectors with two entries. If not |
The function uses ggplot2 and gridExtra packages for plotting. Packages can be installed by typing install.packges("ggplot2") and install.packges("gridExtra").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.