Skip to content

Response of Primary Producers and Primary Consumers to Environmental Change: from small-scale disturbances to seasonal and long-term changes

Notifications You must be signed in to change notification settings

lter/lter-sparc-prod-cons-dist

Repository files navigation

Response of Primary Producers and Primary Consumers to Environmental Change: from small-scale disturbances to seasonal and long-term changes

PIs:

  • Pierre Marrec (Postdoctoral Fellow, Graduate School of Oceanography, University of Rhode Island)
  • Grace Wilkinson (Associate Professor, University of Wisconsin - Madison)

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

Response of Primary Producers and Primary Consumers to Environmental Change: from small-scale disturbances to seasonal and long-term changes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published