R/mapset.R

mapset <- function(newmapset) {
    # change GRASS mapset
    system(paste0("g.mapset ", newmapset))
    invisible()
}
phiala/grassR documentation built on May 25, 2019, 2:55 a.m.