I'm working on a read.csv
file, i need to create a lineplot with the following matrix:
Name Day1 Day2 Day3 Day4.....
P1 1 1,1 1 0,99
P2 2 2,1 2 2,21
P3 1,1 1,5 1,1 1,6
... ... ... ... ...
The line plot that i want to create has to be:
On the x axes the days ( name of the column)
On the y axes the values inside the matrix And I need that from this graph will start one line for each product.