powered by
Plots empirical and theoretical density of the digital PCR experiment.
compare_dens(input, moments = TRUE, ...)
A density plot.
object of class dpcr containing only one run.
dpcr
logical, if TRUE, both theoretical and empirical moments are printed on the plot.
TRUE
other arguments passed to the plot function.
plot
Michal Burdukiewcz.
moments is used to calculate moments of Poisson distribution.
adpcr_big <- sim_adpcr(m = 35, n = 40, times = 50, pos_sums = FALSE, n_panels = 1) compare_dens(adpcr_big, moments = TRUE)
Run the code above in your browser using DataLab