Plot the results from a Gillespie simulation run using Discuit in Julia or R. Optionally overlay the plot with observations data. Returns a ggplot object.

PlotTrajectory(trajectoryData, observationsData = NULL)

Arguments

trajectoryData

DataFrame containing the trajectory data.

observationsData

DataFrame containing the observations data.

Examples

# NOT RUN {
PlotTrajectory(sequenceData)
PlotTrajectory(sequenceData, observationData)
# }