E8.13(SenSrivastava)
E8.13()所属R语言包:SenSrivastava
Florida Cumulus Experiment Data
佛罗里达州积云实验数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E8.13 data frame has 20 rows and 7 columns, giving data on the effects of cloud seeding by silver iodide crystals on precipitation. Each data point is one day.
E8.13数据框有20个行7列,碘化银晶体对降水的影响,“播云”数据。每个数据点是一天。
用法----------Usage----------
data(E8.13)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a factor with levels NoSeed Seed
的一个因素同级别NoSeedSeed的
a numeric vector, number of days after the first day of the experiment.
一个数值向量,实验后的第一天的天数。
a numeric vector, relates to heights of clouds.
一个数值向量,涉及到的云的高度。
a numeric vector, percentage of clode cover in the experimental area.
一个数值向量,的百分比在实验区clode盖的。
a numeric vector, total rainfall in the study area one hour before seeding (in $10^7$ cubic meters).
一个数值向量,研究区一小时的总降雨量在播种前($ 10 ^ 7立方米)。
a factor with levels Moving Stationary , indicating if the radar echo was mowing or not.
因素与水平MovingStationary,如果雷达回波割草或者没有。
a numeric vector, the response, natural logarithm of precipitation in the target area in a 6-hour period (in $10^7$ cubic meters).
一个数值向量,反应,沉淀在目标区域在6小时内($ 10 ^ 7立方米)的自然对数。
源----------Source----------
Woodley, et.al (1977) Rainfall Results 1970–1975: Florida Area Cumulus Experiment. . Science 95 735–742. Copyright 1977 by the AAAS.
伍德利,et.al(1977)降雨量1970-1975年:佛罗里达州区积云实验。 。科学95 ,735-742。版权所有1977年由美国科学促进会。
实例----------Examples----------
data(E8.13)
summary(E8.13)
plot(E8.13)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|