| backPlot {backfitRichards} | R Documentation |
Backfitted values for Richards curves are plotted.
backPlot(backFits = NULL, xt = function(x) 1/x, ylim = c(min(Z), max(Z)),
Conf = backConf, main = "Relative backfitted concentration",
sub = paste("Above / below / NA: ",
paste("", c(length(which(Z > ylim[2])),
length(which(Z < ylim[1])),
length(which(is.na(Z)))),
collapse = " /")),
xlab = "Concentration [ Dilution step ]",
ylab = "Recovery (%)", ...)
backFits |
a list of backFits, see backFit. |
ylim |
a numeric vector with the range of the y axis. |
xt |
a function for transforming the x axis. |
Conf |
a function for adding confidence intervals, default backConf. |
main |
an overall title for the plot: see title. |
sub |
a sub title for the plot: see title. |
xlab |
a title for the x axis: see title. |
ylab |
a title for the y axis: see title. |
... |
additional arguments, to matplot and Conf,
see matplot and backConf. |
backfitted values for Richards curves are plottet.
Matrix with the plottet values.
Jens Henrik Badsberg