df_predict_to_raster: This function creates a raster as a result of predicting an...

Description Usage Arguments Details Author(s) Examples

Description

This function creates a raster as a result of predicting an adjusted model, given x and y, and a dataframe containing the data needed to predict. The result is a raster map.

Usage

1

Arguments

fit

model

xy

dataframe with x and y coordinates. Names of column must be "x" and "y"

df

dataframe with data neeeded to predict the model. Names of columns must be the same of vars that was be used to train the model

Details

details

Author(s)

Elpidio Filho, elpidio@ufv.br

Examples

1
2
3
4
## Not run: 
ptr = df_predict_to_raster(fit, xy, df)

## End(Not run)

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