plot.der {chipPCR} | R Documentation |
Plot der
objects
Description
Plots interpolated derivatives.
Usage
## S4 method for signature 'der'
plot(x, what = 1:3, add = FALSE, legend = TRUE,
plot.colors = c("black", "red", "blue"), ...)
Arguments
x |
is a |
what |
is a vector specifying what should be plotted. |
add |
is a |
legend |
is a |
plot.colors |
is a vectors of colors used in plot. Must have length 3 for the original function, first, and second derivative, respectively. |
... |
Arguments to be passed further to the plot function, such as graphical parameters. |
Author(s)
Stefan Roediger, Michal Burdukiewicz
See Also
Examples
res <- inder(AmpSim(cyc = 1:40, Cq = 25))
plot(res)
#round the result of inder
plot(rounder(res))
[Package chipPCR version 1.0-2 Index]