plotDecay | R Documentation |
Graphical plot of an individual decay
plotDecay(decay, channels, timePerChannel = 0.0125, fit,
addPoints = FALSE, ...)
decay |
photon counts of the decay |
channels |
channels vector |
timePerChannel |
time per channels (by default 0.0125ns = 12.5ps) |
addPoints |
boolean add decay on plotted graph |
JuG
decay <- simMatDecay(nAcceptor = 1,nAcceptorFix=TRUE, fraction = "progressive",
distAcc = 35.383045, sdDistAcc = 0,bindingProbs = 1)
plotDecay(decay = decay[1,80,],col='blue')
plotDecay(decay = decay[1,10,], add=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.