USprecip(spam)
USprecip()所属R语言包:spam
Monthly total precipitation (mm) for April 1948 in the contiguous United States
1948年4月,在美国本土的每月总降水量(mm)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a useful spatial data set of moderate to large size consisting of 11918 locations. See www.image.ucar.edu/GSP/Data/US.monthly.met/ for the source of these data.
这是一个有用的空间数据集中度至11918位置组成的大尺寸。请参阅www.image.ucar.edu/GSP/Data/US.monthly.met/这些数据源。
格式----------Format----------
This data set is an array containing the following columns:
该数据集是一个数组,包含以下几列:
Longitude-latitude position of monitoring stations
监测台站的经度,纬度位置
Monthly total precipitation in millimeters for April 1948
1948年4月的月总降水量以毫米为单位
Preipitation anomaly for April 1948.
1948年4月Preipitation异常。
Indicator, which station values were observed (5906 out of the 11918) compared to which were estimated.
指标,观察站值(5906的11918),估计比较。
源----------Source----------
www.image.ucar.edu/GSP/Data/US.monthly.met/
参考文献----------References----------
Infilling sparse records of spatial fields. Journal of the American Statistical Association, 98, 796–806.
参见----------See Also----------
RMprecip
RMprecip
实例----------Examples----------
# plot[图]
## Not run: [#不运行:]
library(fields)
data(USprecip)
par(mfcol=c(2,1))
quilt.plot(USprecip[,1:2],USprecip[,3])
US( add=TRUE, col=2, lty=2)
quilt.plot(USprecip[,1:2],USprecip[,4])
US( add=TRUE, col=2, lty=2)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|