Description Usage Arguments Value
Creates RasterLayers of homerange kernels based on home centroids
1 2 3 4 5 6 7 8 9 10 11 12 13 14  | 
df_all | 
 dataframe of all homerange centroids  | 
df_home | 
 dataframe of homerange centroids to calculate homerange kernels (these must be a subset of the df_all dataframe), Default is to use 'df_all' dataframe  | 
base | 
 base Raster that sets the projection, extent, and dimensions of the study area  | 
max_r | 
 maximum radius to calculate the homerange raster from each df_home centroid  | 
pareto_shape | 
 shape parameter of the Logistic function that governs the home kernel  | 
pareto_scale | 
 scale parameter of the Logistic function that governs the home kernel  | 
gamma_shape | 
 shape parameter of the Gamma function that governs the conspecific avoidance kernel  | 
gamma_scale | 
 scale parameter of the Gamma function that governs the conspecific avoidance kernel  | 
id | 
 column name of df_home that identifies the homerange. Default is NULL, which sets the names to df_home row number.  | 
output_dir | 
 directory for output files (distance, homerange)  | 
write_distance | 
 logical, write distance raster to file. Default is FALSE.  | 
write_homerange | 
 logical, write home range raster to file. Default is FALSE  | 
A list containing homerange kernel Rasters for all the df_home centroids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.