plot.refMFI {chipPCR} | R Documentation |
Plot refMFI
objects
Description
Draw quick diagnostic plots of amplification reaction.
Usage
## S4 method for signature 'refMFI'
plot(x, CV = FALSE, type = "p", pch = 19, length = 0.05,
col = "black")
## S4 method for signature 'refMFI,refMFI'
plot(x, y, CV = FALSE, type = "p", pch = 19, length = 0.05,
col = "black")
Arguments
x |
is a |
y |
optionally an additional |
CV |
If |
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. |
length |
|
col |
|
Details
This function is a relative of the MFIerr function from the MBmca package
(Roediger et al. 2013, The R Journal). The plot being a result of this
function is built from three subplots. If y
parameter is
not absent, it is plotted in lighter color than x
.
Value
No return value, called for side effects.
Author(s)
Stefan Roediger, Michal Burdukiewicz
References
Roediger S, Boehm A, Schimke I. Surface Melting Curve Analysis with R. The R Journal 2013;5:37–53.