R/ind2grd.R

ind2grd <-
function(ind, grd){
    ## Projects a index of a point to a grid value
    return(grd[ind])
}
lidom/FunRegPoI documentation built on May 10, 2019, 12:09 a.m.