predict_big_raster: predict big raster

Description Usage Arguments Examples

Description

Title Predict big raster

Usage

1
2
predict_big_raster(model, st, path_file, suffix = "pred_",
  format = "GTiff", tiles = 5, cpu_cores = 7, verbose = TRUE)

Arguments

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

Examples

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)

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