network(SpherWave)
network()所属R语言包:SpherWave
Generation of Network Levels
网络层的生成
译者:生物统计家园网 机器人LoveR
描述----------Description----------
produces multi-resolution network by G\"ottlemann's method, modified G\"ottlemann's method or standard method.
G \“ottlemann的方法,修饰的G \”ottlemann的方法或标准方法产生的多分辨率网络。
用法----------Usage----------
reg.grid(x, latlon) # for modified G\"{o}ttlemann's regular grid
red.grid(x, latlon) # for modified G\"{o}ttlemann's reduced grid
gotreg.grid(x, latlon) # for G\"{o}ttlemann's regular grid
gotred.grid(x, latlon) # for G\"{o}ttlemann's reduced grid
hsreg.grid(x, latlon) # for standard regular grid
hsred.grid(x, latlon) # for standard reduced grid
参数----------Arguments----------
参数:x
radius of territory in degree
领土程度的半径
参数:latlon
grid points of observation sites in degree
度的观测点的网格点
Details
详细信息----------Details----------
This function partitions the grid points of observations into networks. Each network corresponds resolution level and level 1 is the most detailed level.
此功能分区网格点上观测到网络。每个网络对应分辨率级别,1级是最详细的。
值----------Value----------
<table summary="R valueblock"> <tr valign="top"><td>netlab</td> <td> vector of network labels indicating level of multi-resolution.</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD> netlab</ TD>网络标签多分辨率的水平<TD>向量。</ TD> </ TR > </ TABLE>
参考文献----------References----------
Oh, H-S. (1999) Spherical wavelets and their statistical analysis with applications to meteorological data. Ph.D. Thesis, Department of Statistics, Texas A\&M University, College Station.
实例----------Examples----------
### Observations of year 1967[##1967年的观察]
#data(temperature)[数据(温度)]
#names(temperature)[名称(温度)]
# Locations of 939 weather stations [939个气象站的位置]
#latlon <- temperature$latlon[temperature$year == 1967, ][latlon < - 的温度美元latlon [温度年== 1967年]]
#netlab <- reg.grid(x=3, latlon)[NETLAB < - reg.grid(x = 3时,latlon)]
#netlab <- red.grid(x=3, latlon)[NETLAB < - red.grid(x = 3时,latlon)]
#netlab <- gotreg.grid(x=2, latlon)[NETLAB < - gotreg.grid(x = 2时,latlon)]
#netlab <- gotred.grid(x=2, latlon)[NETLAB < - gotred.grid(x = 2时,latlon)]
#netlab <- hsreg.grid(x=5, latlon)[NETLAB < - hsreg.grid(X = 5,latlon)]
#netlab <- hsred.grid(x=5, latlon)[NETLAB < - hsred.grid(X = 5,latlon)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|