This repository contains data and source code associated with two companion manuscripts: - Troy D. Hill, Nathalie R. Sommer, Caroline R. Kanaskie, Emily A. Santos, Autumn J. Oczkowski. 2018. “Nitrogen uptake and allocation estimates for Spartina alterniflora and Distichlis spicata.” Journal of Experimental Marine Biology and Ecology 507:53-60. https://doi.org/10.1016/j.jembe.2018.07.006 - Troy D. Hill, Nathalie R. Sommer, Caroline R. Kanaskie, Emily A. Santos, Autumn J. Oczkowski. In Press. “Nitrogen and carbon concentrations and stable isotope ratios: Data from a 15N tracer study in short-form Spartina alterniflora and Distichlis spicata.” Data In Brief. https://doi.org/10.1016/j.dib.2018.09.133
Install our R package directly from CRAN using the following commands in the R console:
After loading the NitrogenUptake2016 package, the manuscript vignettes are available as pdfs:
# Journal of Experimental Marine Biology and Ecology manuscript
vignette(package = "NitrogenUptake2016", topic = "JEMBE")
# Data In Brief manuscript
vignette(package = "NitrogenUptake2016", topic = "DataInBrief")
All the data used in our manuscripts are also available and annotated:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
EPA disclaimer: This project code is provided on an “as is” basis and the user assumes responsibility for its use. The authors have relinquished control of the information and no longer have responsibility to protect the integrity, confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or the United States Government.
This effort to support open science benefitted significantly from the example set by Jeff Hollister et al.’s LakeTrophicModelling manuscript.