Learn R Programming

grandR (version 0.2.6)

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
)

Value

a ggplot object

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 code
PlotSimulation(SimulateKinetics(hl=2))

Run the code above in your browser using DataLab