You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.Rmd
+3-3
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Exploration and Graphics for RivEr Trends (`EGRET`):
26
26
An R-package for the analysis of long-term changes in water quality and streamflow, including the water-quality method Weighted Regressions on Time, Discharge, and Season (WRTDS).
27
27
28
28
Look for new and improved documentation here:
29
-
<https://doi-usgs.github.io/EGRET/\>
29
+
<https://doi-usgs.github.io/EGRET/>
30
30
31
31
The link for the official USGS publication user guide is here:
32
32
@@ -218,7 +218,7 @@ sessioninfo::session_info()
218
218
## Reporting bugs
219
219
220
220
Please consider reporting bugs and asking questions on the Issues page:
EGRET will "add up" all the values in a given row to form the total for that sample when using the Sample data frame. Thus, you only want to enter data that should be added together. If you want a data frame with multiple constituents that are not summed, do not use `readNWISSample`, `readWQPSample`, or `readUserSample`. The raw data functions: `getWQPdata`, `readNWISqw`, `readWQPqw`, `readWQPdata` from the EGRET package will not sum constituents, but leave them in their individual columns.
418
+
EGRET will "add up" all the values in a given row to form the total for that sample when using the Sample data frame. Thus, you only want to enter data that should be added together. If you want a data frame with multiple constituents that are not summed, do not use `readNWISSample`, `readWQPSample`, or `readUserSample`. The raw data functions: `getWQPdata`, `readWQPqw`, `readWQPdata` from the EGRET package will not sum constituents, but leave them in their individual columns.
419
419
420
420
For example, we might know the value for dp on 5/30/2005, but we don't want to put it in the table because under the rules of this data set, we are not supposed to add it in to the values in 2005.
0 commit comments