Out: df with longitude latitude value type fold
out: raster layer or raster stack
in: list(df with value, type, fold, lon, lat + covs, covar raster) out: list(df with value, type, fold, lon, lat + covs, covar raster)
in: df (called df) from process out: model object (that has predict method)
in: ras, list from model.output. list$model (model object from above) and list$data is a dataframe with sames from process.output + predictions. out: Anything