Description Usage Arguments Examples
Title Predict big raster
1 2 | predict_big_raster(model, st, path_file, suffix = "pred_",
format = "GTiff", tiles = 5, cpu_cores = 7, verbose = TRUE)
|
model |
model to be predicted |
st |
stack with co-variable |
path_file |
path to storage results |
suffix |
suffix to be adictioned to name of file results |
format |
graphics format of result file |
tiles |
number of divisions in x and y to create tiles |
cpu_cores |
numeber of cpu cores |
verbose |
verbose |
1 2 3 4 5 6 | ## Not run:
predict_big_raster(model = modelo_calibra, st = stcovar,
path_file ='./mosaic/', format = "GTiff",
suffix = 'etp_', tiles = 3, cpu_cores = 7 )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.