Pred/Prey | Stable | March | Expand | Contract | Lean | Retract |
---|---|---|---|---|---|---|
Stable | = / 0 | + / - | + / = | - / = | + / - / 0 | + / - / 0 |
March | + / - | = / 0 | + / = | + / - | + / - | + / - |
Expand | + / = | + / = | = / 0 | + / = | + / = | - / 0 |
Contract | - / = | + / - | + / = | = / 0 | + / - | - / = |
Lean | + / - / 0 | + / - | + / = | + / - | = / 0 | - / 0 |
Retract | + / - / 0 | + / - | - / 0 | - / = | - / 0 | = / 0 |
Overlap metrics
Movement matrix
Based on our movement classifications we’ve described a general summary of expected overlap patterns between predator and prey. Increasing (+), decreasing (-), or equal/continued ovelap is contingent on the starting area of overlap. Where predators and prey are present in the beginning of this analysis ultimately decides how much, or how little, the two species share the same space over time. When initially designing this matrix, we assumed similar rates of change and equal starting points but quickly realized that these starting conditions would only ever yield decreasing or continuing areas of overlap. By focusing multiple starting conditions, we can extract general patterns of change. Some movement classifications present a directional challenge in which one species may be moving in a direction inconsistent with its counterpart. We see this issue most prevalent in the march and lean movement types. The aim of this matrix is to pick out the different methods of overlap that ultimately yield the same/similar results. For an example, a species that is expanding will either increase or continue its general area of overlap, regardless of what is counterpart is doing (excluding retracting, in which it appears the overlap will decrease.)
Carroll et. all overlap metrics
We intend to use the functions provided in the supplemental information from G. Carroll’s 2019 paper, “A review of methods for quantifying predator-prey overlap.” The majority of these functions require three arguments; pred
, prey
, and area
. At this time, it is unclear what area
is exactly, but I’ve been working to quantify the total area of occupancy of 29 predators and 5 prey species. What remains unclear is whether these points should be weighted by the biomass or if presence at a give latitude/longitude is sufficient for capturing the range of the species. It is possible to calculate this area of occurence on annual and decadal time scales, although some interactions are lost due to the inability to polygonize less than three points.
An additional hurdle is the recent update to the commonly used geospatial packages sf
and terra
. Both now recognize that the earth is not a flat surface and therefore will not execute certain functions of the sf
package. It is possible to disable this spherical geometry in order to force these functions, but you run the risks of inaccuracy/inconsistency by repeatedly transforming the coordinate reference systems and forcing an equirectangular projection. While is update is relevant and reflective of reality, it has been an obstacle in this simple occurrence analysis.
Predator | Prey |
---|---|
acadian redfish, american plaice, atlantic cod, atlantic mackerel, black sea bass, bluefish, butterfish, fourspot flounder, goosefish, haddock, little skate, longhorn sculpin, ocean pout, pollock, red hake, scup, sea raven, smooth dogfish, smooth skate, spiny dogfish, spotted hake, summer flounder, thorny skate, white hake, windowpane, winter flounder, winter skate, witch flounder, yellowtail flounder | alewife, atlantic herring, longfin squid, northern sand lance, silver hake |
Example
Here we use the unweighted survey data to create point geometries of Atlantic herring (light blue) and Atlantic cod (red) occurrence from 1980-2020. We then create another point geometry of the intersections of these two species, shown in purple. We later try this similar geospatial analysis at the annual and decadal scales. We are also able to calculate the area of square kilometers for each of these three geometries.
At the decadal time scale (1980-2020), we’ve transformed the intersection calculated via an equirectangular projection to WGS84/EPSF:4326. This converts the values into familiar latitude and longitude, while still assuming non-spherical geometry. Plotted below are the intersections of prey Atlantic herring and predator Atlantic cod. My aim is to use the area calculated here, the total intersection, to run Carroll et. al’s various overlap metrics.