db.union: Union of flow and concentration data in a unique data frame

Description Usage Arguments Value Author(s) See Also Examples

View source: R/db.union.R

Description

This function allows merging the data maintaining all the available flow records with the scattered concentration values on the basis of DateTime information

Usage

1
db.union(flow.data, conc.data)

Arguments

flow.data

A dataframe with a first column with DateTime information in standard format(yyyy-mm-dd HH:MM:SS) labeled "datetime" and a second column with continuous flow records labelede "flow".

conc.data

A dataframe with a first column with DateTime information in standard format (yyyy-mm-dd HH:MM:SS) and the following columns with concentration of different compounds in milligram per litre.

Value

A dataframe with three columns: the first column with DateTime in standard format (yyyy-mm-dd HH:MM:SS), the second column with continuous flow records, and the third column with scattered concentration data, paired on the basis of datetime column. All the flow data are mainteined. For the DateTime in which concentration data are not available, 'NA' is reported.

Author(s)

Veronica Nava

See Also

db.intersect

Examples

1
2
3

RiverLoad documentation built on Jan. 4, 2022, 5:07 p.m.