R/plotting.R
plot_simulation_expression.Rd
Visualise the expression of the simulations over simulation time
A dyngen intermediary model for which the simulations have been run with generate_cells()
.
Which simulation to visualise.
Which molecule types to visualise.
What to facet on.
Plot labels for non-zero molecules.
A ggplot2 object.
# \donttest{
data("example_model")
plot_simulation_expression(example_model)
# }