Description Usage Format References Examples
Data: Nutrient concentrations, stable isotope ratios, and biomass from destructive mesocosm harvests
1 |
A dataframe with 1192 observations of 16 variables:
Time point of harvest (harvested at one-week intervals)
Unique mesocosm identifier, including species (SA or DS) and mesocosm number
Depth at bottom of sample (only applicable for belowground data)
Sample material; tissue type
Depth interval for sample; indicates the top and bottom depths (e.g., an entry of "5_10" covers the depth interval from 5-10 cm)
Label for each pool (combination of "sample.type" and "depth_bottom")
Same as "pool_label" but with mesocosm ID included
Spartina alterniflora (SA) or Distichlis spicata (DS)
15-N isotope ratio in per mille units
Nitrogen content, decimal fraction (0.015 = 1.5 percent)
13-C isotope ratio in per mille units
Carbon content, decimal fraction (0.015 = 1.5 percent)
Total volume of interval (only applicable for belowground data)
Depth at top of sample (only applicable for belowground data)
Simplified "sample.type" column; leaf numbers dropped, and belowground stems included as "stems"
Total mass (grams) in entire pool; corrects for subsampling of depth intervals
Hill, T.D., N.R. Sommer, C.R. Kanaskie, E.A. Santos, A.J. Oczkowski. 2018. Data and source code from: Nitrogen uptake and allocation estimates for Spartina alterniflora and Distichlis spicata. Data In Brief. 21: 466-472. https://doi.org/10.1016/j.dib.2018.09.133.
Hill, T.D., N.R. Sommer, C.R. Kanaskie, E.A. Santos, A.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.
1 2 | ### export to .csv:
write.csv(CN_mass_data, file = file.path(tempdir(), "CN_mass_data.csv"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.