Description Usage Arguments Value Examples
Compute the coincident extents of a cross section
1 2 | xs_extents(d, station.col = "Station", time.col = "Time",
distance.col = "Distance")
|
d |
The cross section data, i.e. output of |
station.col |
The column containing cross section station IDs. |
time.col |
The column containing time stamps. |
distance.col |
The column containing cross section distances. |
A dataframe with columns "Station", "LE" and "RE", where "LE" and "RE" are the left and right extents, respectively.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.