Description Usage Arguments Details Examples
Create rasters of distances to a grid
1 2 | grid_dist_rasterize(fileraster, path_output = ".", nx = 3, ny = 3,
format = ".asc")
|
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 |
grid distance rasterize
1 2 3 4 | ## Not run: 0
grid_rasterize('bio_14.asc', path_output = '.', nx = 3, ny = 4, format = '.asc')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.