This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #This script is developed by Gengxin (Michael) Ou on 2/18/2015 | |
| #This script require the package dataRetrieval, hydroGOF and ggplot2. | |
| #The purpose of this script is to plot the SWAT results and compared it with USGS data. | |
| #load the packages | |
| library("dataRetrieval") | |
| library("ggplot2") | |
| library("hydroGOF") |
NewerOlder