Description Usage Arguments Value Examples
This function fills in gappy streamflow records using a median of discharge ratio from master gages.
1 | gapfillStreamflow(flowlist, paired_gages)
|
flowlist |
list of gage data and information from getStreamflow |
paired_gages |
list of gage pairs where pair <- c(gappy,master) |
list of:
sites |
list of gage site names |
site_num |
list of gage numbers |
flows |
xts of gap-filled daily average discharge |
1 2 3 | gages <- c('05551540', '05552500')
flow <- getStreamflow('2000-01-01', '2010-12-31', gages)
flow <- gapfillStreamflow(flow, list(c(gages[1], gages[2])))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.