search for: baseflow

Displaying 4 results from an estimated 4 matches for "baseflow".

2010 Sep 15
1
Difficulty creating Julian day in data frame
...n to a data frame. Here is my code and the resulting data frame: vic.data <- read.table("C:/VIC/data/vic.data.csv", header=F) names(vic.data) <- c("year", "month", "day", "precip", "evap", "runoff", "baseflow", "Tsup", "SM1", "SM2", "SM3", "SWE") vic.data$temp.date <- as.Date(paste(vic.data$year, "/", vic.data$month, "/", vic.data$day, sep="")) vic.data$julian.day <- julian(vic.data$temp.date, o...
2010 Jun 14
2
how to make a barplot similar to Excel’s “clustered column chart”.
I have a matrix with 12 rows (one for each month), 2 columns (baseflow, runoff). I would like to make a barplot similar to Excel’s “clustered column chart”. Here is my matrix ‘x’ 8.258754 13.300710 10.180953 10.760465 11.012184 13.954887 10.910870 13.839839 9.023519 11.511129 7.189241 12.519830 5.925576 17.101491 5.2...
2024 Jan 22
0
hydroTSM back on CRAN (v0.7-0 released)
...on CRAN on 2023-10-1, hydroTSM is finally back on CRAN since January 18th: https://cran.r-project.org/package=hydroTSM. This new version 0.7-0 has several new functions, improvements, bugfixes, and a new dataset, mostly devoted to work with sub-daily and sub-hourly time series. *) New functions: baseflow, plot_pq, calendarHeatmap, subhourly2hourly, subhourly2nminutes, daily2weekly, subdaily2weekly, cmv, si. *) Improvements: climograph, (sub)daily2monthly, subdaily2daily, daily2annual, daily2monthly, subdaily2annual, hip, hydroplot, sname2plot, izoo2rzoo. A detailed description of the previous cha...
2024 Jan 22
0
hydroTSM back on CRAN (v0.7-0 released)
...on CRAN on 2023-10-1, hydroTSM is finally back on CRAN since January 18th: https://cran.r-project.org/package=hydroTSM. This new version 0.7-0 has several new functions, improvements, bugfixes, and a new dataset, mostly devoted to work with sub-daily and sub-hourly time series. *) New functions: baseflow, plot_pq, calendarHeatmap, subhourly2hourly, subhourly2nminutes, daily2weekly, subdaily2weekly, cmv, si. *) Improvements: climograph, (sub)daily2monthly, subdaily2daily, daily2annual, daily2monthly, subdaily2annual, hip, hydroplot, sname2plot, izoo2rzoo. A detailed description of the previous cha...