Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CamilleLeclerc authored Oct 19, 2023
1 parent ea475db commit 45b2d15
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# FoodWebsRiverLake
# FoodWebsLakeStream
📦 Data and R code used in Bonnaffé *et al.* (in prep) to explore the individual and interactive effects of enrichment and temperature on food-web structure in lakes and streams.
<br />

## Repository overview
This repository is structured as follow:

:file_folder: [**FoodWebsRiverLake/**](https://github.com/CamilleLeclerc/FoodWebsRiverLake) *(root of the compendium)*
├── :file_folder: [**data/**](https://github.com/CamilleLeclerc/FoodWebsRiverLake/tree/master/data) *(contains data, arranged by type: raw and derived)*
&nbsp; &nbsp; &nbsp; ├── :file_folder: [**derived-data/**](https://github.com/CamilleLeclerc/FoodWebsRiverLake/tree/master/data/derived-data) *(contains modified data derived from raw-data)*
&nbsp; &nbsp; &nbsp; └── :file_folder: [**raw-data/**](https://github.com/CamilleLeclerc/FoodWebsRiverLake/tree/master/data/raw-data) *(read-only data and should never be changed)*
├── :file_folder: [**doc/**](https://github.com/CamilleLeclerc/FoodWebsRiverLake/tree/main/doc) *(contains documents related to the project (e.g., pdf from an .Rmd file))*
├── :file_folder: [**figs/**](https://github.com/CamilleLeclerc/FoodWebsRiverLake/tree/main/figs) *(contains figures related to the project)*
├── :file_folder: [**statistical_analysis/**](https://github.com/CamilleLeclerc/FoodWebsRiverLake/tree/main/statistical_analysis) *(contains all files related to statistical analysis)*
├── :file_folder: [**R/**](https://github.com/CamilleLeclerc/FoodWebsRiverLake/tree/main/R) *(contains the R functions)*
└── :file_folder: [**vignettes/**](https://github.com/CamilleLeclerc/FoodWebsRiverLake/tree/master/vignettes) *(contains Rmd files for running specific analysis)*
:file_folder: [**FoodWebsRiverLake/**](https://github.com/CamilleLeclerc/FoodWebsLakeStream) *(root of the compendium)*
├── :file_folder: [**data/**](https://github.com/CamilleLeclerc/FoodWebsLakeStream/tree/master/data) *(contains data, arranged by type: raw and derived)*
&nbsp; &nbsp; &nbsp; ├── :file_folder: [**derived-data/**](https://github.com/CamilleLeclerc/FoodWebsLakeStream/tree/master/data/derived-data) *(contains modified data derived from raw-data)*
&nbsp; &nbsp; &nbsp; └── :file_folder: [**raw-data/**](https://github.com/CamilleLeclerc/FoodWebsLakeStream/tree/master/data/raw-data) *(read-only data and should never be changed)*
├── :file_folder: [**doc/**](https://github.com/CamilleLeclerc/FoodWebsLakeStream/tree/main/doc) *(contains documents related to the project (e.g., pdf from an .Rmd file))*
├── :file_folder: [**figs/**](https://github.com/CamilleLeclerc/FoodWebsLakeStream/tree/main/figs) *(contains figures related to the project)*
├── :file_folder: [**statistical_analysis/**](https://github.com/CamilleLeclerc/FoodWebsLakeStream/tree/main/statistical_analysis) *(contains all files related to statistical analysis)*
├── :file_folder: [**R/**](https://github.com/CamilleLeclerc/FoodWebsLakeStream/tree/main/R) *(contains the R functions)*
└── :file_folder: [**vignettes/**](https://github.com/CamilleLeclerc/FoodWebsLakeStream/tree/master/vignettes) *(contains Rmd files for running specific analysis)*
<br />

## Running instructions
Expand Down

0 comments on commit 45b2d15

Please sign in to comment.