change_table: Change Over Time

Description Usage Arguments Value Examples

Description

Compute change over time from a table.

Usage

1
change_table(d, time.col = "Time")

Arguments

d

A wide format data table containing values to compute change over time.

time.col

The time column name.

Value

A wide-format table of change over time. A value of 0 is assigned to the first time step.

Examples

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

change_table(quasi.flow)

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