plot.der {chipPCR} | R Documentation |
der
objects
Plots interpolated derivatives.
## S4 method for signature 'der'
plot(x, what = 1:3, add = FALSE, legend = TRUE,
plot.colors = c("black", "red", "blue"), ...)
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. |
Stefan Roediger, Michal Burdukiewicz
res <- inder(AmpSim(cyc = 1:40, Cq = 25))
plot(res)
#round the result of inder
plot(rounder(res))