Description Usage Arguments Details Value Examples
Drop data from interpolated cross-sections.
1  | 
d | 
 A data table to drop interpolated cross section data from.  | 
Interpolated cross sections are identified by the presence of a '*' in the column name or value of the "Station" column (for long-format data).
The data frame d without rows or columns corresponding to
interpolated cross sections.
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.