Commit e83d7591ef4c8082f2b4f9fa045745147c011f5c

Authored by Efrain Gonzalez
1 parent eb7802230c
Exists in master

Update to dndat function

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -162,7 +162,7 @@ dndat <- function(NDATA){
162 162 DDATA[i,j]=0L
163 163 } else if(NDATA[i,j] > 1){
164 164 DDATA[i,j]=2L
165   - } else if(-1 <= NDATA[i,j] && NDATA[i,j] < 1){
  165 + } else if(-1 <= NDATA[i,j] && NDATA[i,j] <= 1){
166 166 DDATA[i,j]=1L
167 167 }
168 168 } else{