I have a huge data set that containts 30000 columns full with data. I want to take one row and plot the means of sets of 100 (the first 100 entries, the second 100 entries, and so on), so a total of 300 entries. I have the script for the plot ready, but I can't figure out how to divide my data into sets of 100.
Can anybody of you help? Thank you