Description Usage Arguments Details Author(s) Examples
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.
1 | df_predict_to_raster(fit, xy, df)
|
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
Elpidio Filho, elpidio@ufv.br
1 2 3 4 | ## Not run:
ptr = df_predict_to_raster(fit, xy, df)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.