Skip to content

Commit

Permalink
flip plot position
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Nov 4, 2019
1 parent 0e5b211 commit e7f11f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/awra_2019/AWRA_National_2019_slides.Rpres
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ left: 30%
library(EGRET)
library(drake)
loadd(eList)
plot(eList)
plotConcHist(eList)
```
***
<small>Exploration and Graphics for RivEr Trends (<a href="http://usgs-r.github.io/EGRET/" target = "_blank">EGRET</a>): A package for analysis of long-term changes in water quality and streamflow.</small>
```{r trend1, echo = FALSE}
plotConcHist(eList)
plot(eList)
```

========================================================
Expand Down
10 changes: 6 additions & 4 deletions docs/awra_2019/index.html

Large diffs are not rendered by default.

0 comments on commit e7f11f8

Please sign in to comment.