I have the following dataset:
Time Served MAC BLER
07:16:18.341 7561.60 6721.60 8.33
07:16:18.641 10321.44 8198.24 16.47
I have omitted the other samples for brevity.
I would like to plot in the x-axis Time, and the Y axis the three other variables i.e. Served, MAC and BLER on the same graph in ggplot2. How can I do this? many thanks