R/removeTiles.R

removeTiles <-
function(tileindex) {
    for(i in seq_along(tileindex$name)) {
        thisname <- paste(tileindex$name[[i]], collapse=",")
        if(thisname != "") {
            system(paste0("g.mremove -f rast=", thisname))
       }
    }
    invisible()
}
phiala/grassR documentation built on May 25, 2019, 2:55 a.m.