centerpoints(SpherWave)
centerpoints()所属R语言包:SpherWave
Generation of Center Points
中心点的生成
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a multi-resolution level, generate center points of each grid box by G\"ottlemann's method, modified G\"ottlemann's method or standard method.
由于多分辨率等级,生成每个网格框的中心点G \“ottlemann的方法,修饰的G \”ottlemann的方法或标准方法。
用法----------Usage----------
modregcenter(l) # for modified G\"{o}ttlemann's regular grid
modredcenter(l) # for modified G\"{o}ttlemann's reduced grid
gotregcenter(l) # for G\"{o}ttlemann's regular grid
gotredcenter(l) # for G\"{o}ttlemann's reduced grid
regcenter(l) # for standard regular grid
redcenter(l) # for standard reduced grid
参数----------Arguments----------
参数:l
an integer which denotes the index of multi-resolution level
多分辨率等级表示的索引的整数
Details
详细信息----------Details----------
It is for obtaining the center points of each grid box from the grid according to multi-resolution level. The values will be used for network design.
为获得根据多分辨率等级从网格中的每个网格的中心点的方块。值将被用于网络设计。
值----------Value----------
<table summary="R valueblock"> <tr valign="top"><td>center</td> <td> center points from grid</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD>center </ TD> <TD>中心点格</ TD> </ TR> </ TABLE>
参考文献----------References----------
G\"ottlemann, J. (1996) Locally supported wavelets on the sphere. Preprint, Johannes Gutenberg University, Mainz.
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.
参见----------See Also----------
network
network
实例----------Examples----------
modregcenter(3)$center
modredcenter(3)$center
gotregcenter(3)$center
gotredcenter(3)$center
regcenter(3)$center
redcenter(3)$center
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|