Skip to content

LTER SPARC Group: Selection across scales—merging evolutionary biology and community ecology to understand trait shifts in response to environmental change

Notifications You must be signed in to change notification settings

lter/lter-sparc-selection-scales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Selection across scales -- merging evolutionary biology and community ecology to understand trait shifts in response to environmental change

PIs:

  • José Waterton (KBS)
  • Jenn Lau (KBS)
  • Ken Whitney (SEV)
  • Nancy Emery (NWT)

Project Summary

Guidelines for sharing scripts

  • All code should include sufficient annotation and documentation so that other users can understand and run the scripts
  • Use RStudio projects to manage working directory
  • Write your scripts such that other users can run the code without modifications. Keep file paths and other variables that might need to be changed at the beginning of the script, just after attaching the necessary libraries
  • Check out the Scientific Computing Team’s best practice tips for storing file paths
  • Include an attribution header to your scripts or Rmarkdown documents

Example:

## ---------------------------
##
## Script name: 
##
## Purpose of script:
##
## Author: 
##
## Email: 
##
## ---------------------------

library(tidyverse)

Supplementary Resources

NCEAS Scientific Computing Support Team page link

About

LTER SPARC Group: Selection across scales—merging evolutionary biology and community ecology to understand trait shifts in response to environmental change

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published