-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetab_dtd.Rd
22 lines (22 loc) · 963 Bytes
/
metab_dtd.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/metab_dtd.R
\docType{data}
\name{metab_dtd}
\alias{metab_dtd}
\title{Ecosystem metabolism for SAPDC from detided DO}
\format{
A metab object with 367 rows and 4 variables:
\describe{
\item{Date}{Date, metabolic day}
\item{Pg}{numeric, gross production, mmol m-2 d-1}
\item{Rt}{numeric, total respiration, mmol m-2 d-1}
\item{NEM}{numeric, net ecosytem metabolism, mmol m-2 d-1}
}
}
\usage{
metab_dtd
}
\description{
Ecosystem metabolism results for \link{SAPDC} from detided dissolved oxygen time series. The dataset was created by running \code{\link{wtreg}} on the sample dataset for Sapelo Island Dean Creek station, 2012 data. Each row represents a daily estimate or average for each metabolic day defined as the period between sunrises for two calendar days. See documentation for \code{\link{ecometab}} for a description of the object attributes.
}
\keyword{datasets}