View source: R/SDM_GEN_MAPPING_FUNCTIONS.R
gdal_resample | R Documentation |
Resampling a Raster* object via rGDAL.
gdal_resample( rast, rast_base, method, temp_dir, write_rasters, output_path, output_file )
rast |
Raster* object to be resampled |
rast_base |
Raster* object with parameters that r should be resampled to. |
method |
Character. GDAL resampling_method ("near"|"bilinear"|"cubic"|"cubicspline"| "lanczos"|"average"|"mode"|"max"|"min"| "med"|"q1"|"q3") |
temp_dir |
Character. |
write_rasters |
Character. |
output_path |
Character. |
output_file |
Character. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.