offset_xsviewer_long_change: Offset Cross Section Viewer Longitudinal Change

Description Usage Arguments Value

View source: R/viewer.r

Description

Extract a segment of a Cross Section Viewer longitudinal change curve, offsetting data values where appropriate.

Usage

1
2
3
4
offset_xsviewer_long_change(d, offset.station,
  upstream.station.col = "upstream.station",
  downstream.station.col = "downstream.station",
  data.col = "cumulative.volume.change")

Arguments

d

The cross section viewer data.

offset.station

The station to offset the data from.

upstream.station.col

The name of the column containing the station at the upstream face of the control volume.

downstream.station.col

The name of the column containing the station at the downstream face of the control volume.

data.col

The name of the column containing the longitudinal change values.

Value

A subset of the data frame d containing only stations below offset.station and with adjusted longitudinal change values.


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