river(rpanel)
river()所属R语言包:rpanel
Temperature and DO threshold in the River Clyde
温度和DO阈值的克莱德河(River Clyde)
译者:生物统计家园网 机器人LoveR
描述----------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.
这些数据记录在一个的取样站上的克莱德河(River Clyde),水的温度的指标是否(1)或(0)溶解氧的浓度低于5%的阈值。
The data are used in the rp.logistic example script.
这些数据用于在rp.logistic示例脚本。
The data were kindly provided by the Scottish Environment Protection Agency, with the assitance of Dr. Brian Miller.
由苏格兰环境保护局提供的数据进行了亲切的assitance的布赖恩·米勒博士。
参考文献----------References----------
rpanel: Simple interactive controls for R functions using the tcltk package. Journal of Statistical Software, 17, issue 9.
实例----------Examples----------
if (interactive()) {
data(river)
attach(river)
rp.logistic(Temperature, Low)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|