View source: R/read.HRUForcing.R
read.HRUForcing | R Documentation |
Returns namedlist with four items: - data (dataframe of forcing data) - gaugeLatitude - HRUElevation - HRUArea
read.HRUForcing(filename, altheader = FALSE, dropDateInts = TRUE)
filename |
filename/path of HRU forcing text file |
altheader |
vector string to be used as column names (optional) |
dropDateInts |
T/F to drop original integer date columns after conversion to date format (default T) |
list
Leland Scantlebury
myhru <- read.HRUForcing('hru_forcing/daymet/02/01333000_hru_04535_cida_forcing_leap.txt')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.