-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSAPDC.Rd
26 lines (26 loc) · 1.05 KB
/
SAPDC.Rd
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/SAPDC.R
\docType{data}
\name{SAPDC}
\alias{SAPDC}
\title{Sample dataset for weighted regression}
\format{
A data frame with 17568 rows and 9 variables:
\describe{
\item{DateTimeStamp}{POSIXct, timestamp of water quality observation}
\item{Temp}{numeric, water temperature, celsius}
\item{Sal}{numeric, salinity, ppt}
\item{DO_obs}{numeric, dissolved oxygen, mg L-1}
\item{ATemp}{numeric, air temperature, celsius}
\item{BP}{numeric, barometric pressure, mb}
\item{WSpd}{numeric, wind speed, m s-1}
\item{Tide}{numeric, tide height, m, estimated from pressure data using harmonic regression}
}
}
\usage{
SAPDC
}
\description{
Sample dataset for weighted regression, Sapelo Island Dean Creek station, 2012 data. Only DateTimeSTamp, DO_obs, and Tide are needed for weighted regression, whereas all remaining columns are needed for estimating ecosystem metabolism. Metadata about the location should also be available including the timezone and lat/long coordinates.
}
\keyword{datasets}