PlotSimulation | R Documentation |
The input data is usually created by SimulateKinetics
PlotSimulation(
sim.df,
ntr = TRUE,
old = TRUE,
new = TRUE,
total = TRUE,
line.size = 1
)
sim.df |
the input data frame |
ntr |
show the ntr? |
old |
show old RNA? |
new |
show new RNA? |
total |
show total RNA? |
line.size |
which line size to use |
a ggplot object
SimulateKinetics for creating the input data frame
PlotSimulation(SimulateKinetics(hl=2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.