CreateHomeRangeKernels: CreateHomeRangeKernels

Description Usage Arguments Value

View source: R/home.R

Description

Creates RasterLayers of homerange kernels based on home centroids

Usage

1
2
3
CreateHomeRangeKernels(df_all, df_home, base, max_r, home_inflection,
home_scale, avoid_inflection, avoid_scale, output_dir, write_distance,
write_homerange)

Arguments

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

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

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.

Value

List, contains homerange kernel Rasters for all the df_home centroids


Blakemassey/ibmr documentation built on Dec. 25, 2021, 8:39 a.m.