View source: R/densityRasterRemoveIntersection.R
densityRasterRemoveIntersection | R Documentation |
This function finds intersections between raster and then removes them
densityRasterRemoveIntersection(densA, densB, verbose = F)
densA |
The first raster |
densB |
The second raster |
verbose |
Whether to print extra statements |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.