predict_to_map: predict to map

Description Usage Arguments Details Author(s) Examples

Description

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

Usage

1
2
predict_to_map(model_list, path_raster, raster_type = ".asc",
  path_result, namefile, result_type = ".tif")

Arguments

model_list

list of fit models by function run_models

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

Details

details

Author(s)

Elpidio Filho, elpidio@ufv.br

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
predict_to_map(fit.models,
              path_raster = './covar_asc/',
              raster_type = ".asc",
              path_result = './result/',
              namefile = 'uso_',
              result_type = ".tif")

## End(Not run)

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