thresholding in GRASS

Lesley-Ann,

Try:

rmapcalc output=if(input > 110 && input < 140 , a + bx , if (input>160 && input < 200, c + dx,0))

Olga van de Veer