I have a data frame that looks like this 1 and I am trying to create a line graph with the x axis as the condition (D1, D2, D3Ant etc.), and the y axis plotting the data with individual lines for each Cdx1, Cdx2 and Cdx4. I am trying to use ggplot, however I am yet to get any success.
Can anyone give any help/examples, I have a feeling I have to combine the Cdx1, Cdx2 and Cdx4 values but I am unsure.
Thanks