Description Usage Arguments Author(s) Examples
Function to create a plot based on a DTA model result
1 2 | dta.plot.labeled(dtalist, labeledcol = "blue", totalcol = "red",
showformula = TRUE)
|
dtalist |
list as generated by |
labeledcol |
color for newly synthesized, labeled RNA |
totalcol |
color for total RNA |
showformula |
logical; should the mathematical formulas be displayed in the plot |
Thomas Walzthoeni
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.