search for: dzdi

Displaying 1 result from an estimated 1 matches for "dzdi".

Did you mean: didi
2011 Dec 01
1
Raster manipulation in R
Hello everyone in the forum For introducing myself I would say I have a basic knowledge of R. Now I am intended to implement a flood algorithm using R. I have some MatLab experience doing these, and as an example to explain more or less what I want, I have a m code to calculate the slope from a Digital elevation model: slope=zeros(row,col); for i=2:row-1 for j=2:col-1