Plots the estimated background and the corrected function.
mPlot.results(fit.results, label.x = "x", label.y = "y",
xlim=NA, ylim=NA)
the return value of do.fit
.
characters, titles for x and y axes.
numeric vectors with two entries. If not NA
, specify x- and y-axis limits.
The function uses ggplot2
and gridExtra
packages for plotting. Packages can be installed by typing install.packges("ggplot2")
and install.packges("gridExtra")
.