Description Usage Arguments Value Author(s) Examples
This function calculates center of volume metrics, including the day of the hydrologic year that 25 percent, 50 percent, and 75 percent of the total annual streamflow is reached. A value of 0 is returned for years with no flow. Hydrologic years with fewer than normal observations (outliers) are excluded from the analysis, and for stations with seasonal flow records, additional seasonal subsetting is done to include only days with observations in all years.
1 | pk.cov(TS)
|
TS |
output from |
Returns a data.frame with the following columns:
hYear - Hydrologic Years
Q25 - day of hydrologic year for 25 percent of the total annual streamflow
Q50 - day of hydrologic year for 50 percent of the total annual streamflow, i.e. Center of Volume
Q75 - day of hydrologic year for 75 percent of the total annual streamflow
Dur - duration of between the 25 percent and 75 percent day of year, in days
Jennifer Dierauer
1 2 3 4 5 | data(cania.sub.ts)
res1 <- pk.cov(cania.sub.ts)
# trend and changepoint plot for baseflow peak start doy
res2 <- screen.metric(res1[,2], "Day of Year")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.