Description Usage Arguments Value
View source: R/extract_preds.R
Extract predictor values.
1 2 | extract_preds(x, predictor_stack, drop_incomplete = TRUE,
factor_cols = NULL)
|
x |
An sf object containing the points where predictor data will be extracted. |
predictor_stack |
A Raster or RasterStack object containing the predictor data. |
drop_incomplete |
Boolean (TRUE / FALSE). Drop incomplete observations from data frame after adding predictor data? |
An sf object with added predictor data columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.