CreateRasterNestConDist: CreateRasterNestConDist

Description Usage Arguments Details Value

Description

Creates a list of RasterLayers of distances to study nests (nests to create rasters for) and all nests (all conspecific nests in the area)

Usage

1
CreateRasterNestConDist(years, buffer, study_nests, all_nests, base)

Arguments

years

vector of years to calculate distances

buffer

distance in cell units to buffer around nests for calculating the distance to conspecifics. Default is 1000.

study_nests

nests with "active_(year)", "eagle_id", "lat_utm", and "long_utm" columns

all_nests

nests with "active_(year)", "lat_utm", and "long_utm"

base

raster that is used to rasterize() the input data, default is set to a RasterLayer specific to my BAEA project

Details

Some of the functions are hardwired with specific column names

Value

A list of Rasters with nest and conspecific distances for all cells within buffer distance of the study nests. List is structured as: list[[year]][[nest_id]]


Blakemassey/gisr documentation built on Aug. 30, 2020, 12:14 a.m.