Description Usage Arguments Details Author(s) Examples
This function predict a model fit and save result as a map raster file in paralllel processing
1 2 | predict_stack_to_map_parallel(model_list, cpu_cores = 2, stack_var,
path_result, namefile, result_type = ".tif")
|
model_list |
list of fit models by function run_models |
stack_var |
Stack with all vars used to fit them model |
path_result |
path to store maps with results of prediction |
namefile |
sufix of name of file with results of prediction |
result_type |
type of file (extension) to be saved after prediction |
cou_cores |
number of cpu_cores |
details
Elpidio Filho, elpidio@ufv.br
1 2 3 4 5 6 7 8 9 | ## Not run:
predict_stack_to_map_paralllel(fit.models,
cpu_cores = 2,
stack_var = predicao,
path_result = './result/',
namefile = 'uso_',
result_type = ".tif")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.