importHRUs | R Documentation |
Reads all (unless subset passed) of the HRU forcing files. Returns list of lists - outer most list index is the basin id, which give access to a list indexed by the basin's HRU ids. The HRU list contains four slots: - data (dataframe of HRU forcing data) - gaugeLatitude - HRUElevation - HRUArea
importHRUs(folder, subset = NULL, verbose = TRUE, ...)
folder |
name/path HRU forcing folder (e.g., 'hru_forcing') |
subset |
string vector of basin ids to import (optional, otherwise imports all) |
verbose |
T/F to determine whether to print importing status |
... |
optional arguments passed to read.HRUForcing() |
list of lists (of lists)
Leland Scantlebury
basinSubset <- c('01013500','10259200','14137000', '08198500','03592718','03604000') HRUForcings <- importHRUs(folder = 'basin_dataset_public_v1p2/hru_forcing/daymet/', subset = basinSubset )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.