densityRasterRemoveIntersection: Remove Raster Intersections

View source: R/densityRasterRemoveIntersection.R

densityRasterRemoveIntersectionR Documentation

Remove Raster Intersections

Description

This function finds intersections between raster and then removes them

Usage

densityRasterRemoveIntersection(densA, densB, verbose = F)

Arguments

densA

The first raster

densB

The second raster

verbose

Whether to print extra statements

Examples


listFromSubspeciesOcc = subspeciesOccQuery(spp="Cardinalis sinuatus",
   subsppList=c("sinuatus","peninsulae","fulvescens"),pointLimit=100,
   dbToQuery="gbif")
labeledLoc = labelSubspecies(subsppOccList=listFromSubspeciesOcc)
locs_sin = labeledLoc[labeledLoc$subspecies=="sinuatus",]
dens_sin = subspeciesDensityMap(localities=locs_sin,quant=0.95,
   xmin=-125,xmax=-60,ymin=10,ymax=50)
XXXXXXXX


kaiyaprovost/subsppLabelR documentation built on Feb. 28, 2025, 8 p.m.