Skip to content

Commit

Permalink
Merge pull request #133 from lindsaycarr/subdaily_redo
Browse files Browse the repository at this point in the history
Subdaily redo -- just generic plot labels
  • Loading branch information
ldecicco-USGS authored Sep 27, 2017
2 parents e939352 + 4aed12a commit 9d3ea43
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/boxConcThree.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ boxConcThree<-function (eList, tinyPlot=FALSE,
if (!customPar) par(mar=c(5,6,4,2)+0.1,tcl=0.5,cex.lab=cex.axis)

}
name1 <- "Sampled day\nvalues"
name2 <- "Sampled day\nestimates"
name3 <- "All day\nestimates"
name1 <- "Sampled\nvalues"
name2 <- "Sampled\nestimates"
name3 <- "All\nestimates"
groupNames <- c(name1,name2,name3)

# if(!rResid){
Expand Down
2 changes: 1 addition & 1 deletion R/boxQTwice.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ boxQTwice<-function(eList,
} else {
yLabel <- qUnit@qUnitExpress
if (!customPar) par(mar=c(5,6,4,2)+0.1,tcl=tcl,cex.lab=cex.axis)
groupNames<-c("Sampled Days","All Days")
groupNames<-c("Sampled","All")
}

# numYTicks <- length(yTicks)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ endDate <- "" # Get latest date
Daily <- readNWISDaily(siteID,"00060",startDate,endDate)
```

## There are 25416 data points, and 25416 days.
## There are 25432 data points, and 25432 days.

``` r
# Gather site and parameter information:
Expand Down
Binary file modified README_files/figure-markdown_github/unnamed-chunk-6-14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_files/figure-markdown_github/unnamed-chunk-6-19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_files/figure-markdown_github/unnamed-chunk-6-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_files/figure-markdown_github/unnamed-chunk-8-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_files/figure-markdown_github/unnamed-chunk-8-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_files/figure-markdown_github/unnamed-chunk-8-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README_files/figure-markdown_github/unnamed-chunk-8-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion man/plotFluxHist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d3ea43

Please sign in to comment.