First time here!
I have a dataset (60k obs. of 86 variables) variable 86 is a time variable and the rest are just random numbers. I'm trying to plot each column, the first 85, against the time variable. The time variable could be detached from the data frame if needed.
I'm looking to plot each with a line graph since is a time series data set and each should be on its own plot. Can this be done in ggplot2?
Thanks Justin