Skip to content

Commit

Permalink
change abundance for density
Browse files Browse the repository at this point in the history
  • Loading branch information
Julenasti committed Mar 26, 2024
1 parent 43e1413 commit b1e95c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions 02_analyses/02_figures/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.html
*.md
*_files
2 changes: 1 addition & 1 deletion 02_analyses/02_figures/fig1_clim_niche.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ data_region <- data_model_chan_region |>
select(species.cor, climatic_region) |>
unnest(climatic_region)
table(data_region$cell, data_region$species.cor)
# table(data_region$cell, data_region$species.cor)
# fit a model for each climatic region
data_region_mixed <- data_region |>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![DOI](https://zenodo.org/badge/659164952.svg)](https://zenodo.org/badge/latestdoi/659164952)

# tree_species_abundance
# tree_species_density
In this repository are the data and codes to reproduce the results of Relative decline in density of Northern Hemisphere tree species in warm and arid regions of their climate niches

run the makefile script to reproduce all the results
File renamed without changes.

0 comments on commit b1e95c1

Please sign in to comment.