plotFit | R Documentation |
Produces a plot that includes points for standards, proposed fit, removed outliers, bounds for "flat" portions of the curve, and values for samples and for the background.
plotFit(
std,
xvar,
yvar,
fitpar = NULL,
FUNmod = NULL,
FUNinv = NULL,
iout = NULL,
bg = NULL,
vsmp = NULL,
smpflag = NULL,
trimval = NULL,
trimtype = NULL,
extrapolate.low = FALSE,
extrapolate.up = FALSE,
ylim = NULL,
tcklab = NULL,
stdcol = c("firebrick3", "darkslategray"),
rugcol = c("cadetblue", "purple", "firebrick2"),
...
)
std |
matrix or data frame with standards for fitting. |
xvar, yvar |
character strings for the variables used to fit a standard
curve. If |
fitpar |
values of function parameters. |
FUNmod |
model function. |
FUNinv |
model inverse function. |
iout |
indices of removed standard points. |
bg |
background values. |
vsmp |
sample values. |
smpflag |
character vector, flags for each sample. |
trimval |
for final results, the values at which the samples are trimmed. |
trimtype |
integer vector of length two indicating if the values are trimmed at the extremum (lower and upper). |
extrapolate.low |
if |
extrapolate.up |
if |
ylim |
limits of the y-axis. |
tcklab |
tick labels for x-axis. |
stdcol |
vector of two colors for the standard points and the fit on the plot. |
rugcol |
vector of three colors for the rugplot, which indicates sample values (inside the bounds, between the bounds and extrema, and beyond extrema). |
... |
further graphical parameters. |
to be added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.