R/dpcr_density_gui.R

#' Digital PCR Density Graphical User Interface
#' 
#' Launches graphical user interface that allows calculating density of
#' positive partitions distribution.
#' 
#' @section Warning : Any ad-blocking software may cause malfunctions.
#' @author Michal Burdukiewicz, Stefan Roediger.
#' @seealso \code{\link{dpcr_density}}.
#' @keywords hplot
#' @export dpcr_density_gui
dpcr_density_gui <- function()
  runApp(system.file("dpcr_density_gui", package = "dpcR"))

Try the dpcR package in your browser

Any scripts or data that you put into this service are public.

dpcR documentation built on May 2, 2019, 7:04 a.m.