change_sediment: Change Over Time (Sediment)

Description Usage Arguments Value Examples

Description

Compute change over time from a sediment data table.

Usage

1
change_sediment(d, time.col = "Time", grain.col = "GrainClass")

Arguments

d

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

time.col

The time column name.

grain.col

the grain class 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.voloutcum = read_sediment(simple.quasi, "Vol Out Cum")

change_sediment(quasi.voloutcum)

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