| eval_spatial {inlabru} | R Documentation | 
Evaluate spatial covariates
Description
Evaluate spatial covariates
Usage
eval_spatial(data, where, layer = NULL, selector = NULL)
## S3 method for class 'SpatialPolygonsDataFrame'
eval_spatial(data, where, layer = NULL, selector = NULL)
## S3 method for class 'SpatialPixelsDataFrame'
eval_spatial(data, where, layer = NULL, selector = NULL)
## S3 method for class 'SpatialGridDataFrame'
eval_spatial(data, where, layer = NULL, selector = NULL)
## S3 method for class 'sf'
eval_spatial(data, where, layer = NULL, selector = NULL)
## S3 method for class 'SpatRaster'
eval_spatial(data, where, layer = NULL, selector = NULL)
## S3 method for class 'stars'
eval_spatial(data, where, layer = NULL, selector = NULL)
Arguments
data | 
 Spatial data  | 
where | 
 Where to evaluate the data  | 
layer | 
 Which   | 
selector | 
 The name of a variable in   | 
Methods (by class)
-  
eval_spatial(SpatialPolygonsDataFrame): Compatibility wrapper foreval_spatial.sf -  
eval_spatial(sf): Supports point-in-polygon information lookup. Other combinations are untested. 
[Package inlabru version 2.11.1 Index]