kinopt-class {TIMP} | R Documentation |
Class "kinopt" stores options for fitting and plotting kinetic models
Description
Class "kinopt" stores options for fitting and plotting kinetic
models in particular; this is a subclass of class opt
Details
See opt-class
for
the specification of fitting/plotting options that are not specific to the
class type.
Objects from the Class
Objects can be created by calls of the form new("kinopt", ...)
or
kinopt(...)
Slots
notraces
:Object of class
"logical"
that defaults toFALSE
; ifTRUE
, do not plot tracesselectedtraces
:Object of class
"vector"
containingx
indices for which plots of traces are desired under a kinetic modelbreakdown
:Object of class
"list"
with the following elements:plotvector of
x2
values to plot the breakdown for. These values be specified in a fuzzy way: anx2
value withinabs(x2[1] - x2[2])/100
a value given inplot
means that a plot for thatx2
value will be generated, where the referencex2[1]
andx2[2]
are from the first dataset modeled.tolnumeric giving a tolerance by which the values in
plot
are compared tox2
values for near-equality. The default is defined asabs(x2[1] - x2[2])/100
.superimposevector of dataset indices for which results should be superimposed if the dataset has an
x2
value at a value inplot
.
- FLIM
Object of class
"logical"
that defaults toFALSE
; ifTRUE
, the data represent a FLIM experiment and special plots are generated.- FLIMresidimag
Object of class
"logical"
that defaults toTRUE
; ifFALSE
and a FLIM image is analyzed, the residuals are not plotted as an image.- noFLIMsummary
Object of class
"logical"
that defaults toFALSE
; ifTRUE
and a FLIM image is analyzed, only other plots requested by the user (such as traces or residuals) are generated, and no summary plot in made.- kinspecest
Object of class
"logical"
that defaults toFALSE
; ifTRUE
, make a plot of the spectra associated with the kinetic components as well as the lifetime estimates.- writeplaincon
Object of class
"list"
; if length is greater than 0, then the concentration model will be evaluated at the vector ofx
values supplied as the element"x"
ofwriteplaincon
and the result will be written to file for each dataset.- writerawcon
Object of class
"logical"
that defaults toFALSE
; ifTRUE
, then the representation of the concentration profiles before the application of constraints (to account for the equality of spectra, etc.) is written to file for each dataset.- plotcohcolspec
Object of class
"logical"
that defaults toTRUE
; ifFALSE
then the spectra associated with the coherent artifact (pulse-follower) are not included in the summary plotsplotpulsefol
:Object of class
"logical"
defaults toFALSE
; ifTRUE
adding imageplots of pulsefolower amplitudes in summary plot (only with FLIM plots).- ylimcomp
Object of class
"vector"
that defaults tovector()
; Works In the case of plotting the results of FLIM image analysis,ylimspec
can be used to determine the range used in the image plot of normalized amplitudes.- addfilename
- addest
- adddataimage
- algorithm
- coldata
- colfit
- divdrel
- getStartTri
- imagepal
- iter
- kinspecerr
- linrange
- ltydata
- ltyfit
- makeps
- maxfev
- minFactor
- nlsalgorithm
- nnls
- nnlscrit
- noplotest
- normspec
- optimmethod
- output
- paropt
- parscale
- plot
- plotkinspec
- residplot
- residtraces
- samespecline
- specinterpol
- specinterpolbspline
- specinterpolpoints
- specinterpolseg
- stderrclp
- summaryplotcol
- summaryplotrow
- sumnls
- superimpose
- title
- trilinear
- triStart
- writeclperr
- writecon
- writedata
- writefit
- writefitivo
- writenormspec
- writespec
- writespecinterpol
- xlab
- xlim
- xlimspec
- ylab
- ylimspec
- ylimspecplus
Author(s)
Katharine M. Mullen, Ivo H. M. van Stokkum
See Also
examineFit
, fitModel
, opt-class
, specopt-class