I am trying to find the global Y peak value of a graph. Basically the ymax but than also with the posibility of it being negative.
Using ymax(abs(expression)) will not cut it as I'd like to preserve the sign.
Is there a simple way of doing this?
With kind regards.