Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
sghosh89 committed Nov 13, 2023
1 parent 652c0d7 commit eeaed22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions R/Master.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ source(here("R/method_fig.R")) # conceptual figure introducing tail-dependence
source(here("R/get_birds_data.R")) # wrangle raw data
source(here("R/prepare_abund_data.R")) # for a given species, get abundance data in required format
source(here("R/call_spat_syn_for_abund.R"))# call for all species' abundance data to compute spat syn
source(here("R/summary_spat_syn_for_abund.R")) # summarize birds' abundance spat syn result
source(here("R/summary_spat_syn_for_abund.R")) # summarize birds' abundance spat syn result (373 sp within 0-250 km distance with more than 2 sites)
source(here("R/diet_cat.R")) # get diet and foraging info for each bird species

source(here("R/visualize_spat_syn.R")) # plot synchrony contributions from both tail per diet group
source(here("R/visualize_spat_syn.R")) # plot synchrony contributions from both tail per diet group between 0-250 Km between sites distance, total 263 sp. there

# conceptual figure: AOU_5110
#------------ climate data extraction ------
Expand Down Expand Up @@ -39,4 +39,4 @@ source(here("R/spat_syn_vs_distance_plot.R")) # maybe put in suppmat
#source(here("R/geography_of_LT_UT.R")) # don't need anymore
source(here("R/test_phylogenetic_signal.R")) # maybe put in suppmat
source("R/model_phylopath_simple.R")
#source("R/model_phylopath.R") # maybe put in suppmat
#source("R/model_phylopath.R") # don't need anymore, complex version
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Repository for analysis:
Spatial synchrony at the extremes: Tail-dependence in temperature drives tail-dependence in birds' spatial synchrony across North America


Authors: Shyamolina Ghosh (1*), Owen Petchey (1)
Authors: Shyamolina Ghosh (1*), Owen L. Petchey (1)


Affiliations:
Expand Down

0 comments on commit eeaed22

Please sign in to comment.