Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Submission]: NE Shelf Functional Trait Indicators #118

Open
bartdifiore opened this issue Oct 31, 2024 · 0 comments
Open

[Submission]: NE Shelf Functional Trait Indicators #118

bartdifiore opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
submission Contributor submission to the SOE

Comments

@bartdifiore
Copy link

Data Source(s)

Currently, the version of the NEFSC Trawl Survey used to generate the community weighted mean trait values is from https://github.com/NOAA-EDAB/data-requests/tree/main/EwE-menhaden-AndreBuchheister. However, any version of the trawl survey data that has corrected estimates of biomass by species at the tow scale could be used to update/recreate the index.

The trait values for each species can be found at https://github.com/bartdifiore/Fish-Functional-Traits/blob/main/Data/Derived/trait_database.csv and the PCA ordinations of these traits can be found at https://github.com/bartdifiore/Fish-Functional-Traits/blob/main/Data/Derived/pca_variables.csv. I have included in this submission the derived CWM trait database that can be directly used to create all figures etc.

Data Processing

Development of the trait database

To develop the trait database we utilized two primary sources: Beukhof et al. (2019) and Thorsen et al. (2023) FishLife database. Both data sources are based on FishBase (Froese and Pauly 2024), however provide different levels of detail. Specifically, we queried the Beukhof et al. (2019) database for finfish species encountered in the NE Shelf trawl survey. We utilized values from Beukhof et al. (2019) that were species-specific (e.g. not estimated based on averages of traits across other species of the same genus, family, class, order). For remaining species encountered on the NE Shelf, we queried the FishLife database. The FishLife database used a modeling approach to impute trait values for all fish species in FishBase based on taxonomic relatedness. Thus, if a trait for a particular species was unknown, the model generated a prediction for that trait based on taxonomic relatedness via a structural equation model.

Principle Component Analysis of traits

Many traits represent similar variation in the community. For instance, maximum observed body size and asymptotic body size (from the VB growth equation) both represent similar trait indices. To further reduce the dimensionality across traits, we conducted a principal component analysis (PCA) of the trait database. The first principal component (PCA1) explained 61.5% of the variation, while the second component (PCA2) explained 19.6% of the variation. Traits such as VB growth parameter k, length at maturity, age at maturity, maximum observed length, and VB growth parameter linf all loaded strongly on PCA1. Following, McKeon et al. (2023) we consider this PCA axis as an indicator for finfish “Pace of Life”, with higher values on this axis representing faster growth and small maximum body size. Similarly, we consider the second axis as an indicator of “Fecundity”, with higher values on the axis reflecting lower reproductive investment (smaller offspring, higher fecundity).

Estimating trait distributions
To generate a functional trait index, we then combined our trait database with observations of the finfish community using a community weighted mean (CWM) approach (e.g. Lavorel et al. 2008, Frainer et al. 2017). Specifically, we follow Lavorel et al. (2008), and estimate the CWM for each trait j as

$$CWM_j = \frac{\sum_{i = 1}^{n}b_it_{i,j}}{\sum_{i =1}^{n}b_i}$$

where $b_i$ is the biomass (kg) of species $i$, $t_{i,j}$ is the value of trait $j$ for species $i$, and $n$ is the total number of species captured. The units of $CWM_j$ depend on the trait value. For instance, the units of the CWM length at maturity are cm.

The community weighted mean can be estimated at different spatial or temporal scales. Here we estimate the CWM for each trait at the scale of the NE Shelf, where $b_i $is the biomass (kg) of species i captured across all tows in a year and season, or similarly at the EPU scale, where $b_i$ is the biomass (kg) of species i captured across each EPU in each year and season.

All other data preparation and processing is standard to the trawl survey data prep, including species-specific vessel corrections, etc.

Data Analysis

Here, we present indices for 8 functional traits and three aggregate trait ordinations. To better understand the long-term linear change in these indicators, we fit linear mixed effects models. Specifically, at the EPU scale we estimated the linear change in the response (e.g. PCA1, PCA2, or PCA3) with time in each season in each EPU . We include year as a random intercept effect to account for systematic annual variation across EPU’s. For visualization purposes we include the long-term linear trend if the 95% confidence intervals on the slope estimate do not include zero.

Bibiography

Beukhof, E., T. S. Dencker, L. Pecuchet, and M. Lindegren. 2019. Spatio-temporal variation in marine fish traits reveals community-wide responses to environmental change. Marine Ecology Progress Series 610:205–222.

Frainer, A., R. Primicerio, S. Kortsch, M. Aune, A. V. Dolgov, M. Fossheim, and M. M. Aschan. 2017. Climate-driven changes in functional biogeography of Arctic marine fish communities. Proceedings of the National Academy of Sciences 114:12202–12207.

Froese, R. and D. Pauly. Editors. 2024. FishBase. World Wide Web electronic publication. www.fishbase.org, ( 06/2024 )

Lavorel, S., K. Grigulis, S. McIntyre, N. S. G. Williams, D. Garden, J. Dorrough, S. Berman, F. Quétier, A. Thébault, and A. Bonis. 2008. Assessing functional diversity in the field – methodology matters! Functional Ecology 22:134–147.

Thorson, J. T., A. A. Maureaud, R. Frelat, B. Mérigot, J. S. Bigman, S. T. Friedman, M. L. D. Palomares, M. L. Pinsky, S. A. Price, and P. Wainwright. 2023. Identifying direct and indirect associations among traits by merging phylogenetic comparative methods and structural equation models. Methods in Ecology and Evolution 14:1259–1275.

@bartdifiore bartdifiore added the submission Contributor submission to the SOE label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
submission Contributor submission to the SOE
Projects
None yet
Development

No branches or pull requests

2 participants