I've got a 3-column .txt file where the first column is a contiguous integer index and the other 2 columns are floating-point values.
The task is to plot in x the first column and in y the remaining two columns
Sounds very simple but isn't actually very obvious to do for me because I'm very new to R, so excuse me for a question probably stupid.