grid_dist_rasterize: Grid Distance rasterize

Description Usage Arguments Details Examples

Description

Create rasters of distances to a grid

Usage

1
2
grid_dist_rasterize(fileraster, path_output = ".", nx = 3, ny = 3,
  format = ".asc")

Arguments

fileraster

raster file raster to extract bounds, resolution and projection information

path_output

path to output rasters files

nx

number of divisions in x axis

ny

number of divisions in y axis

format

format of raster files ('.asc', '.tif', '.grd', '.sdat'..etc). See Help of writeRaster function of raster package to more formats

Details

grid distance rasterize

Examples

1
2
3
4
## Not run: 0
grid_rasterize('bio_14.asc', path_output = '.', nx = 3, ny = 4, format = '.asc')

## End(Not run)

elpidiofilho/labgeo documentation built on May 14, 2019, 9:35 a.m.