rmt_create_list: Create a rmt_list object

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Create a rmt_list object

Usage

1

Arguments

df

a data.frame like object with at least columns i, j, k, itype and one or more css columns specifying the concentrations

kper

integer value(s) specifying during which stress-periods this list is active

Value

a rmt_list object

Examples

1
2
df <- data.frame(i = 5, j = 4:5, k = 3, css1 = 6.45, css2 = 47, itype = 2)
rmt_create_list(df, kper = c(1, 3))

rogiersbart/RMT3DMS documentation built on Oct. 16, 2021, 9:45 a.m.