Function parpe::plotting::plotDoseResponseCategorical

Function Documentation

parpe.plotting.plotDoseResponseCategorical(conc, mes, sim, title, ax)

e.g. #
fig, ax = plt.subplots()
plotDoseResponse(np.array([10, 3, 5]), np.array([1, 2, 3]), np.array([1, 3, 2]), 'test', ax)