I have a dataframe and would like to plot the values (aggregated residuals) by column on the same line graph in R. The dataframe has 1000 columns and 323 rows.
I found how to do it one series at a time by using ggplot, but I am having trouble figuring out how to plot all of them without having to do it one at a time. Does anyone have any ideas?
The data looks like this
https://i.stack.imgur.com/gdWmK.jpg
(i didnt have the reputation to post images)