P
paul
i want to set a variable colour using an if statement, but this will
depend upon the values stored in the variables Landcover and slope
depending upon these rules:
colour is to be set to 1 if LandCover is less then 4 and slope is less
then 10
colour is to be set to 2 if LandCover is less then 10 but greater then
or equal to 4 and slope is less then 10
colour is to be set to 3 if slope is greater then 10
depend upon the values stored in the variables Landcover and slope
depending upon these rules:
colour is to be set to 1 if LandCover is less then 4 and slope is less
then 10
colour is to be set to 2 if LandCover is less then 10 but greater then
or equal to 4 and slope is less then 10
colour is to be set to 3 if slope is greater then 10