Plot dose response simulations with experimental data
plotDoseResponse.Rd
This function plots simulations of one dose response experiment and plots them against experimental data.
Arguments
- simulations
list of simualtions as output from the simulator
- experiments
list of experimental data from the same dose response experiment
- dose
vector of dose values to plot on the x axis
- show.plot
boolean variable. Set
show.plot=TRUE
to display plots when running the funcion,FALSE
otherwise