AddHomeRangeKernelsBAEA: Creates and exports homerange kernels

Description Usage Arguments Details Value

View source: R/behavior.R

Description

Creates RasterLayers of homerange kernels based on home centroids

Usage

1
2
3
AddHomeRangeKernelsBAEA(baea, nest_set, set_name, base, output_dir,
  max_r, home_inflection, home_scale, avoid_inflection, avoid_scale,
  min_prob, write_distance, write_homerange)

Arguments

baea

dataframe of all homerange centroids

nest_set

dataframe of nests

set_name

character, name of nest set

base

base Raster that sets the projection, extent, and dimensions of the study area

output_dir

directory for output files (distance, homerange)

max_r

maximum radius to calculate the homerange raster from each df_home centroid

home_inflection

inflection point of the Logistic function that governs the home kernel

home_scale

scale parameter of the Logistic function that governs the scale parameter

avoid_inflection

inflection point of the Logistic function that governs the conspecific avoidance kernel

avoid_scale

scale parameter of the Logistic function that governs the conspecific avoidance kernel

min_prob

numeric, minimum probablity threshold; all probabilities below this value will be rounded to zero. Default is 0.

write_distance

logical, write distance raster to file. Default is FALSE.

write_homerange

logical, write home range raster to file. Default is FALSE.

Details

Create a folder for every year in the output directory

Value

A list containing homerange kernel Rasters for all the df_home centroids


Blakemassey/baear documentation built on Dec. 25, 2021, 9:48 a.m.