Description Usage Value Warning Author(s) See Also Examples
Launches graphical user interface that allows simulating and analyzing
amplification reactions. This function will open the GUI in a webpage
of the default browser. All parameters of the AmpSim
function can be used. In addition to this, the GUI shows some information calculated
by the bg.max
in a summary field and a plot
below the simulated amplification curve.
1 |
No return value, called for side effects
Any ad-blocking software may be cause of malfunctions.
Stefan Roediger, Michal Burdukiewicz.
1 2 3 4 5 6 7 8 | # The code chunk below will fail if the web browser is not installed. if on UNIX platform try:
# as.vector(Sys.getenv("R_BROWSER"))
# Invoke the shiny AmpSim app in the default browser
## Not run:
#do not execute using example(), it breaks the sequence of the plots in shiny app
AmpSim.gui()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.