vdc(SpatialExtremes)
vdc()所属R语言包:SpatialExtremes
Van der Corput Sequence
范德Corput序列
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function generates the three dimensional Van der Corput sequence on the half unit Sphere of R^3 - eventually randomly rotated.
这个函数生成的三维范德Corput序列R^3 - 最终随机旋转球的上半单位。
用法----------Usage----------
vdc(n, rand.rot = FALSE)
参数----------Arguments----------
参数:n
Integer. The length of the sequence.
整数。的序列的长度。
参数:rand.rot
Logical. Should the sequence be randomly rotated?
逻辑。如果序列是随机旋转?
值----------Value----------
A matrix giving the coordinates of the points in the half unit sphere.
给在半单位球面上的各点的坐标的矩阵。
(作者)----------Author(s)----------
Mathieu Ribatet
参考文献----------References----------
tournantes a trois dimensions. Cahiers de geostatistique, Fascicule 1, Centre de Geostatistique, Ecole des Mines de Paris, Fontainebleau, pp. 101–117.
实例----------Examples----------
vdc(10)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|