Skip to contents

Sample data from Apalachicola NERRS

Usage

exdat

Format

A data.frame object with 27648 rows and 6 columns

DateTimeStamp

date and time, America/Jamaica time zone, 15 minute time step

DO_obs

dissolved oxygen, mg/L

Temp

water temperature, C

Sal

salinity, psu

PAR

total PAR, W/m2

WSpd

num, m/s

See also

Other utilities: exres

Examples

head(exdat)
#>         DateTimeStamp DO_obs Temp  Sal PAR WSpd
#> 1 2012-02-23 00:00:00    8.8 16.4 23.0   0  3.6
#> 2 2012-02-23 00:15:00    8.8 16.4 22.8   0  3.5
#> 3 2012-02-23 00:30:00    8.8 16.4 22.7   0  3.6
#> 4 2012-02-23 00:45:00    8.8 16.4 22.9   0  4.2
#> 5 2012-02-23 01:00:00    8.7 16.4 22.7   0  3.6
#> 6 2012-02-23 01:15:00    8.5 16.4 23.4   0  4.1