Learn R Programming

SWMPr (version 2.1.5)

apacpwq: Example water quality data for Apalachicola Bay Cat Point station.

Description

An example water quality dataset for Apalachicola Bay Cat Point station. The data are a swmpr object that have been imported into R from csv files using the import_local function. The raw data were obtained from the CDMO data portal but can also be accessed from a zip file created for this package. See the source below. The help file for the import_local function describes how the data can be imported from the zip file. Attributes of the dataset include names, row.names, class, station, parameters, qaqc_cols, date_rng, timezone, and stamp_class.

Usage

apacpwq

Arguments

Format

A swmpr object and data.frame with 70176 rows and 25 variables:
datetimestamp
POSIXct
temp
num
f_temp
chr
spcond
num
f_spcond
chr
sal
num
f_sal
chr
do_pct
num
f_do_pct
chr
do_mgl
num
f_do_mgl
chr
depth
num
f_depth
chr
cdepth
num
f_cdepth
chr
level
num
f_level
chr
clevel
num
f_clevel
chr
ph
num
f_ph
chr
turb
num
f_turb
chr
chlfluor
num
f_chlfluor
chr

Examples

Run this code
data(apacpwq)

Run the code above in your browser using DataLab