Data and R code accompanying:
Tipping points and interactive effects of chronic human disturbance and acute heat stress on coral diversity
Authors: Dominique G. Maucieri, Samuel Starko and Julia K. Baum
-
Alpha_Diversity.Rmd: Script used to:
- Conduct alpha diversity analyses
- Figures 4a-c and S2-6
- Table 1, S1, and S3-5
- Alpha_Diversity.html: HTML file containing the output of Alpha_Diversity.Rmd
-
Beta_Diversity.Rmd: Script used to:
- Conduct beta diversity analyses
- Figure 3, 4d and S7
- Beta_Diversity.html: HTML file containing the output of Beta_Diversity.Rmd
-
Alpha_Diversity.RData contains:
- Alpha_Diversity_df.csv: Raw coral cover data from Kiritimati island from sites used in alpha diversity analyses
UniqueID
: Unique identification for each quadrat at each site in each year sampledYear
: Year that the data was collectedSite
: Site numberQuadrat
: Quadrat IDSiteYear
: Site year combination IDHD_Cat
: Estimate of local human disturbance at each site as a categorical variableHD_Cont
: Estimate of local human disturbance at each site as a continuous variableNPP
: Max net primary productivity at each site (mg C m^-2 day^-1)MHW
: If the sampling season was before, during or after the El Niño eventAcropora.spp
: Coral cover (%) for Acropora sppAstrea.spp
: Coral cover (%) for Astrea sppAstreopora.spp
: Coral cover (%) for Astreopora sppCladiella.spp
: Coral cover (%) for Cladiella sppDipsastraea.spp
: Coral cover (%) for Dipsastraea sppFavites.spp
: Coral cover (%) for Favites sppFungiidae
: Coral cover (%) for FungiidaeGardineroseris.planulata
: Coral cover (%) for Gardineroseris planulataGoniastrea.edwardsi
: Coral cover (%) for Goniastrea edwardsiGoniastrea.stelligera
: Coral cover (%) for Goniastrea stelligeraHydnophora.exesa
: Coral cover (%) for Hydnophora exesaHydnophora.microconos
: Coral cover (%) for Hydnophora microconosLeptastrea.spp
: Coral cover (%) for Leptastrea sppLeptoseris.myceteroides
: Coral cover (%) for Leptoseris myceteroidesLobophyllia.spp
: Coral cover (%) for Lobophyllia sppLobophytum.spp
: Coral cover (%) for Lobophytum sppMontipora.spp
: Coral cover (%) for Montipora sppPavona.duerdeni
: Coral cover (%) for Pavona duerdeniPavona.varians
: Coral cover (%) for Pavona variansPlatygyra.spp
: Coral cover (%) for Platygyra sppPocillopora.spp
: Coral cover (%) for Pocillopora sppPorites.spp
: Coral cover (%) for Porites sppPsammocora.profundacella
: Coral cover (%) for Psammocora profundacellaSarcophyton.spp
: Coral cover (%) for Sarcophyton sppSinularia.spp
: Coral cover (%) for Sinularia sppTurbinaria.spp
: Coral cover (%) for Turbinaria sppNot.Coral
: Cover (%) for all non-coral organisms and benthic substrates
- Alpha_Diversity_df.csv: Raw coral cover data from Kiritimati island from sites used in alpha diversity analyses
-
Beta_Diversity.RData contains:
-
Beta_Diversity_df.csv: Raw coral cover data from Kiritimati island from sites used in beta diversity analyses
UniqueID
: Unique identification for each quadrat at each site in each year sampledYear
: Year that the data was collectedSite
: Site numberQuadrat
: Quadrat IDSiteYear
: Site year combination IDHD_Cat
: Estimate of local human disturbance at each site as a categorical variableHD_Cont
: Estimate of local human disturbance at each site as a continuous variableNPP
: Max net primary productivity at each site (mg C m^-2 day^-1)MHW
: If the sampling season was before, during or after the El Niño eventAcropora.spp
: Coral cover (%) for Acropora sppAstrea.spp
: Coral cover (%) for Astrea sppAstreopora.spp
: Coral cover (%) for Astreopora sppCladiella.spp
: Coral cover (%) for Cladiella sppDipsastraea.spp
: Coral cover (%) for Dipsastraea sppFavites.spp
: Coral cover (%) for Favites sppFungiidae
: Coral cover (%) for FungiidaeGardineroseris.planulata
: Coral cover (%) for Gardineroseris planulataGoniastrea.edwardsi
: Coral cover (%) for Goniastrea edwardsiGoniastrea.stelligera
: Coral cover (%) for Goniastrea stelligeraHydnophora.exesa
: Coral cover (%) for Hydnophora exesaHydnophora.microconos
: Coral cover (%) for Hydnophora microconosLeptastrea.spp
: Coral cover (%) for Leptastrea sppLeptoseris.myceteroides
: Coral cover (%) for Leptoseris myceteroidesLobophyllia.spp
: Coral cover (%) for Lobophyllia sppLobophytum.spp
: Coral cover (%) for Lobophytum sppMontipora.spp
: Coral cover (%) for Montipora sppPavona.duerdeni
: Coral cover (%) for Pavona duerdeniPavona.varians
: Coral cover (%) for Pavona variansPlatygyra.spp
: Coral cover (%) for Platygyra sppPocillopora.spp
: Coral cover (%) for Pocillopora sppPorites.spp
: Coral cover (%) for Porites sppPsammocora.profundacella
: Coral cover (%) for Psammocora profundacellaSarcophyton.spp
: Coral cover (%) for Sarcophyton sppSinularia.spp
: Coral cover (%) for Sinularia spp
-
Least_Cost_Distance.csv: Least cost distances between sites without crossing land
start.site
: Start site where distance is measured fromend.site
: End site where the distance is measured tocost
: Cost associated with the distance between sitesdistance_km
The distance in km between the sitessite_comb
The site combination ID
-
quadrats_sampled.csv: Data frame containing all possible quadrats that were randomly sampled to produce the final Beta_Diversity_df.csv
UniqueID
: Unique identification for each quadrat at each site in each year sampledYear
: Year that the data was collectedSite
: Site numberQuadrat
: Quadrat IDSiteYear
: Site year combination IDMHW
: If the sampling season was before, during or after the El Niño eventMHW_Site
: MHW Site combination ID
-
siteyear_factor: a factor containing the possible site year combination IDs that contain more than 25 quadrats each
-