https://github.com/tom-n-walker/uphill-plants-soil-carbon
Tip revision: a9e7a872d22a45dbd91bb00751d522812138eefd authored by Tom Walker on 08 February 2022, 15:18:56 UTC
Additional and revised analysis in response to author comments.
Additional and revised analysis in response to author comments.
Tip revision: a9e7a87
.gitignore
# History files
.Rhistory
.Rapp.history
# Session Data files
.RData
# RStudio files
.Rproj.user/
# Produced vignettes
vignettes/*.html
vignettes/*.pdf
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth
.Rproj.user
# Markdown cache
*_cache/
# Drake cache
.drake/
# Raw data folder
data/
# Figure folder
figure_builds/
# Rasters & shapefiles
*.bil
*.blw
*.hdr
*.prj
*.hproj
# Figures & output
*.html
*.pdf
*.Rmd
*.doc
*.docx
*.tif
*.tiff
*.eps
*.png
*.jpg
*.jpeg
*.ai
# DS store
*.DS_Store
_DS_Store