xs_extents: Cross Section Extents

Description Usage Arguments Value Examples

View source: R/xs.r

Description

Compute the coincident extents of a cross section

Usage

1
2
xs_extents(d, station.col = "Station", time.col = "Time",
  distance.col = "Distance")

Arguments

d

The cross section data, i.e. output of read_xs.

station.col

The column containing cross section station IDs.

time.col

The column containing time stamps.

distance.col

The column containing cross section distances.

Value

A dataframe with columns "Station", "LE" and "RE", where "LE" and "RE" are the left and right extents, respectively.

Examples

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

quasi.xs = read_xs(simple.quasi)
xs_extents (quasi.xs)

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