Description Usage Arguments Details Author(s) Examples
This function predict a model fit and save result as a map raster file
1 2 | predict_to_map(model_list, path_raster, raster_type = ".asc",
path_result, namefile, result_type = ".tif")
|
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
Elpidio Filho, elpidio@ufv.br
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.