I have 4 separate results from an upstream analysis. I want to combine them and make a plot. I'm not sure the best way to go about this, appreciative of any advice you have.
drug1_concentration = 30 (character)
drug2_concentration = 80 (character)
drug1_response = 16 (numeric)
drug2_response = 18 (numeric)
combined_response = 99 (numeric)
I want to take these 4 pieces and make a simple plot like so:
Thank you!