View source: R/read.basinForcing.R
read.basinForcing | R Documentation |
Returns named list with four items: - data (dataframe of forcing data) - gaugeLatitude - gaugeElevation - basinArea
read.basinForcing(filename, altheader = NULL, dropDateInts = TRUE)
filename |
filename/path of basin 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
folder <- 'basin_dataset_public_v1p2/basin_mean_forcing/maurer/11/' filename <- paste0(folder, '07197000_lump_maurer_forcing_leap.txt') bforce <- read.basinForcing(filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.