I am trying to calculate the area under each peak in a graph that I plotted with a set of x and y co-ordinates,
I don't have a function for (x,y), and so I haven't been able to find an appropriate method to do the same.
the co-ordinates are
{
[10 10]
[11 1]
[12 7]
[14 4]
[16 8]
[17 5]]}
And y=0
for all the unmarked x values