drop_interpolated_xs: Drop Interpolated Cross Section Data

Description Usage Arguments Details Value Examples

View source: R/main.r

Description

Drop data from interpolated cross-sections.

Usage

1

Arguments

d

A data table to drop interpolated cross section data from.

Details

Interpolated cross sections are identified by the presence of a '*' in the column name or value of the "Station" column (for long-format data).

Value

The data frame d without rows or columns corresponding to interpolated cross sections.

Examples

1
2
3
4
simple.quasi = system.file("sample-data/SampleQuasiUnsteady.hdf",
  package = "RAStestR")
quasi.flow = read_standard(simple.quasi, "Flow")
drop_interpolated_xs(quasi.flow)

mkoohafkan/RAStestR documentation built on July 14, 2019, 11:41 p.m.