dta.plot.labeled: Function to create a plot based on a DTA model result

Description Usage Arguments Author(s) Examples

Description

Function to create a plot based on a DTA model result

Usage

1
2
dta.plot.labeled(dtalist, labeledcol = "blue", totalcol = "red",
  showformula = TRUE)

Arguments

dtalist

list as generated by dta.model.labeled

labeledcol

color for newly synthesized, labeled RNA

totalcol

color for total RNA

showformula

logical; should the mathematical formulas be displayed in the plot

Author(s)

Thomas Walzthoeni

Examples

1
2
3
4
d1=dta.model.labeled(100,0.05)
dta.plot.labeled(d1,showformula=TRUE)
d2=dta.model.labeled(50,0.1)
dta.plot.labeled(d2,showformula=FALSE)

carinademel/RNAlife documentation built on May 13, 2019, 12:43 p.m.