PlotSimulation: Plot simulated data
Description
The input data is usually created by SimulateKinetics
Usage
PlotSimulation(
sim.df,
ntr = TRUE,
old = TRUE,
new = TRUE,
total = TRUE,
line.size = 1
)
Arguments
- 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
See Also
SimulateKinetics for creating the input data frame
Examples
Run this codePlotSimulation(SimulateKinetics(hl=2))
Run the code above in your browser using DataLab