river {rpanel} | R Documentation |
Temperature and DO threshold in the River Clyde
Description
These data record the water temperature at a sampling station on the River Clyde, together with an indicator of whether (1) or not (0) the concentration of dissolved oxygen fell below the threshold of 5 percent.
The data are used in the rp.logistic
example script.
The data were kindly provided by the Scottish Environment Protection Agency, with the assistance of Dr. Brian Miller.
References
rpanel: Simple interactive controls for R functions using the tcltk package. Journal of Statistical Software, 17, issue 9.
Examples
## Not run:
rp.logistic(river$Temperature, river$Low)
## End(Not run)
[Package rpanel version 1.1-5.2 Index]