plotfit {mitoODE} | R Documentation |
The functions plotfit
and plotk
plot the fitted values and the transition functions across time.
plotfit(spot, p=pheno[spot,], showfit=TRUE, legend="topleft", kk=NULL, cex=1, kcol='#ffaa77', lwd=1, xlab="Time after cell seeding (h)", ylab="Number of cells", ...) plotk(spot, p=pheno[spot,], kk=c("kim"), height, kcol, lwd=1, xlab="Time after seeding (h)", ylab=kk, type='l', ...)
spot |
A numeric indicating a spot ID, synchronised with the global
Mitocheck |
p |
A vector of 10 numeric parameters, such as returned by |
showfit |
A logical. If |
kk |
A character vector containing the transition rates to plot. Values can be |
kcol |
A named vector of colors for inflection points. Names take the same values as |
legend, cex, lwd, xlab, ylab, height, type, ... |
Graphical parameters, see |
The function plotfit
plots the cell count times series and the fitted data. The function plotk
plots the transition rate functions.
No values.
Gregoire Pau, pau.gregoire@gene.com, 2012
## load previously fitted data loadFittedData() ## plot fitted data plotfit(156205)