WomblingRk(wombsoft)
WomblingRk()所属R语言包:wombsoft
Matrices of the systemic function and the direction of the gradient.
全身功能和方向的梯度矩阵。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions compute the wombling method (i.e. systemic function) with a moving bandwidth : the windows contain always the same number of individuals : k. The resulting matrix of the systemic function is written in the file systemic.txt, and the directions of the gradient in direction.txt. It also produces a coloured map showing the intensity of the gradient and its main directions.
这些函数计算wombling的方法(即全身功能),移动带宽的窗户总是包含相同数量的人:K。全身函数生成的矩阵写入文件systemic.txt,和方向梯度direction.txt。它也产生一个示出的梯度强度和它的主要方向的彩色图。
用法----------Usage----------
WomblingCodominantRk(data,ranks,k,output_syst="syst.txt",output_dir="dir.txt")
参数----------Arguments----------
参数:data
the list of the six items provided by the Data and the Mirror functions.
所提供的数据和镜像功能的六个项目的列表。
参数:ranks
the vector of the ranks of distances of individuals to the grid points, result of the function Ranks.
个人的网格点的距离向量的行列,导致功能的队伍。
参数:k
number of individuals in each window.
在每个窗口中的个人号码。
参数:output_syst, output_dir
file names of the two matrices. Default values are "syst.txt" and "dir.txt" in the current directory.
文件名的两个矩阵。默认值是在当前目录的的“syst.txt”和“DIR.TXT”。
Details
详细信息----------Details----------
at each grid point, the weight assigned to an individual is exp(-Ri/k)
在每个网格点上,分配给个人的重量是exp(-Ri/k)
值----------Value----------
none
没有
参见----------See Also----------
Data and Ranks for the format of the data and the ranks variables.
Data和Ranks的数据格式和职级变量。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|