I have checked the documentation but I am still not clear why ",2" is needed in Reverse[dataPairs1,2]
I know it means reverse the elements at level 2 but what is level 2 ?
Also, in the same document I have
Plot[Vb[pH, Ca, Cb, pKa, pKb, Kw, Va], {pH, 2.9, 12.5}]
but again the axes are the "wrong" way round. Vb comes from
Vb[pH_, Ca_, Cb_, pKa_, pKb_, Kw_, Va_] :=
Va*((Ca/(1 + H[pH]/Ka[pKa])) - H[pH] +
Kw/H[pH])/((Cb/(1 + Kw/(H[pH]*Kb[pKb]))) + H[pH] - Kw/H[pH])
Is this enough or should I attach my document? Thank you.