forked from NEONScience/NEON-dissolved-gas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
50 lines (32 loc) · 1.63 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
title: "NEON Dissolved Gas Repo"
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
<!-- ****** Description ****** -->
This repository is for code that can be used for calculating dissolved gas concentrations in surface water samples from reference air and water equilibrated gas samples.
<!-- ****** Usage ****** -->
## Usage
This repository is designed to be used with NEON dissolved gases in surface water data product (NEON.DP1.20097).
<!-- ****** Acknowledgements ****** -->
## Credits & Acknowledgements
<!-- HTML tags to produce image, resize, add hyperlink. -->
<!-- ONLY WORKS WITH HTML or GITHUB documents -->
<a href="http://www.neonscience.org/">
<img src="logo.png" width="300px" />
</a>
<!-- Acknowledgements text -->
The National Ecological Observatory Network is a project solely funded by the National Science Foundation and managed under cooperative agreement by Battelle. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
<!-- ****** License ****** -->
## License
GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
<!-- ****** Disclaimer ****** -->
## Disclaimer
*Information and documents contained within this pachage are available as-is. Codes or documents, or their use, may not be supported or maintained under any program or service and may not be compatible with data currently available from the NEON Data Portal.*