writeLAinputs: Write input files for Lake Analyzer from your rB3 files

Description Usage Arguments Examples

Description

Easily generate Lake Analyzer water temperature (.wtr) and wind speed (.wnd) files with the correct header formats

Usage

1
2
writeLAinputs(rB3in, startDate, endDate, wtrNames, wndName, wndHeight,
  filePath)

Arguments

rB3in

data frame to be standardized

startDate

start date

endDate

endDate

wtrNames

variables (columns) of water temperature to be written to .wtr file

wndName

variable (column) of wind speed data to be written to .wnd file

wndHeight

height of wind speed sensor above lake surface

filePath

folder to which files will be writen, set relative to working dir

Examples

1
writeLAinputs(rB3in = rB3agg2, wtrNames = 'TmpWtr', wndName = 'WndSpd', wndHeight = 1.5)

kohjim/rB3 documentation built on May 10, 2019, 9:51 a.m.