load_3d: Load 3d model variable

Description Usage Arguments Value

View source: R/load_3d.R

Description

Loads a 3d text output file generated by GOTM as a dataframe. If water level is constant depths of measurements can be assigned to column headers

Usage

1
load_3d(val.file, z.file = NULL, col.deps = F, tz = "UTC")

Arguments

val.file

value file; File path to GOTM output file containing the values

z.file

depths file; File path to GOTM output file containing the depths which corresponds to the value file

col.deps

logical; Assigns depths to column names in the format for rLakeAnalyzer. Defaults to FALSE

tz

Timezone string to be supplied to as.POSIXct. Defaults to 'UTC'. This often can be left to the default unless timezone support is specifically required.

Value

Dataframe with Date time and values in wide format


tadhg-moore/gotmtools documentation built on Oct. 9, 2019, 2:48 p.m.