hec_one: Query one dimensional domains

Description Usage Arguments Examples

Description

provide station(s), a type of time series and optionally a timestamp to query out data from an hdf5 file resulting from a HEC-RAS model run

Usage

1
hec_one(hc, station_name, ts_type, time_stamp = NULL)

Arguments

hc

a hec object. See ?hec_file for more.

station_name

name(s) for station(s) defined in the model run. See ?hec_crosssections for more.

ts_type

a valid time series type defined in the model run

Examples

1
2
3
4
5
## Not run: 
h <- hec_file("~/Docs/hec-model-run.hdf")
data <- hec_one(hc=h, station="19135.6", ts_type="Water Surface")

## End(Not run)

FlowWest/hecr documentation built on May 14, 2019, 8:40 a.m.