predict_stack_to_map_parallel: predict stack to map parallel

Description Usage Arguments Details Author(s) Examples

Description

This function predict a model fit and save result as a map raster file in paralllel processing

Usage

1
2
predict_stack_to_map_parallel(model_list, cpu_cores = 2, stack_var,
  path_result, namefile, result_type = ".tif")

Arguments

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

details

Author(s)

Elpidio Filho, elpidio@ufv.br

Examples

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)

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