plot.eff {chipPCR} | R Documentation |
eff
objects
Draws diagnostic plots of the amplification efficiency.
## S4 method for signature 'eff'
plot(x, xlab = "log10(Concentration)",
ylab = "Cq", main = "Efficiency Plot",
trend = TRUE, res.fit = "topright", CI = FALSE,
level = 0.95, type = "p", pch = 19,
er.length = 0.05, col = "black")
x |
is a |
xlab |
a title for the x axis. |
ylab |
a title for the y axis. |
main |
an overall title for the plot. |
trend |
Setting the option |
res.fit |
If |
.
CI |
Setting the option |
level |
Tolerance/confidence level. |
type |
is a graphical parameter setting the plot use lines, points
or both (see |
pch |
is a graphical parameter used to define the symbol used in the plot. |
er.length |
|
col |
|
The plot being a result of this function is built from three subplots.
No return value, called for side effects.
Stefan Roediger, Michal Burdukiewicz
Roediger S, Boehm A, Schimke I. Surface Melting Curve Analysis with R. The R Journal 2013;5:37–53.