infrastructure_overlap_to_zero: Convert raster values to zero where they overlap a...

View source: R/species_impact.R

infrastructure_overlap_to_zeroR Documentation

Convert raster values to zero where they overlap a SpatialPolygons object

Description

infrastructure_overlap_to_zero is a helper function for the caribou impact analysis (impact_caribou) that converts habitat values to 0 where they overlap the footprint of development.

Usage

infrastructure_overlap_to_zero(x, surf.disturb)

Arguments

x

Caribou calving resource selection function (RSF) RasterLayer object.

surf.disturb

SpatialPolygonsDataFrame object representing the combined footprint of central processing facilities (CPFs), satellite pads, and roads. Created by footprint_generation.

Value

RasterLayer object with values of zero everywhere overlapped by surf.disturb.


tfullman/dia documentation built on Oct. 17, 2023, 6:31 p.m.