plotDecay: Graphical plot of an individual decay

View source: R/plotDecay.r

plotDecayR Documentation

Graphical plot of an individual decay

Description

Graphical plot of an individual decay

Usage

plotDecay(decay, channels, timePerChannel = 0.0125, fit,
  addPoints = FALSE, ...)

Arguments

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

Author(s)

JuG

Examples

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)


jgodet/flimDiagRam documentation built on Oct. 6, 2023, 12:34 a.m.