compare_dens {dpcR} | R Documentation |
Plot and Compare Densities
Description
Plots empirical and theoretical density of the digital PCR experiment.
Usage
compare_dens(input, moments = TRUE, ...)
Arguments
input |
object of class |
moments |
logical, if |
... |
other arguments passed to the |
Value
A density plot.
Author(s)
Michal Burdukiewcz.
See Also
moments is used to calculate moments of Poisson distribution.
Examples
adpcr_big <- sim_adpcr(m = 35, n = 40, times = 50, pos_sums = FALSE, n_panels = 1)
compare_dens(adpcr_big, moments = TRUE)
[Package dpcR version 0.6 Index]