generTRsample(WMTregions)
generTRsample()所属R语言包:WMTregions
Generating Sample Data Cloud File For Applying <a href="WMTR.html">WMTR</a>
生成示例数据文件对于云应用href="WMTR.html"> WMTR </ A>
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is an auxiliary one. It generates a random uniformly distributed data cloud of any size num and any dimension dim with the format appropriate for applying WMTR.
这一功能是一辅助。它会产生一个随机均匀分布的点云数据的任何规模的num,任何尺寸dim与应用WMTR适当的格式。
用法----------Usage----------
generTRsample(fname = "Cloud.dat", fdir = getwd(), dim = 3, num = 20, alpha = 0.05, trtype = "zonoid")
参数----------Arguments----------
参数:fname
A name of the target file.
出了名的目标文件。
参数:fdir
A directory of a target file (by default, the working directory).
在目标文件的目录(默认情况下,工作目录)。
参数:dim
Dimension of the data cloud.
尺寸数据云。
参数:num
Number of data points in the data cloud.
数据云中的数据点数量。
参数:alpha
Depth parameter alpha - floating point number in (0,…,1), e.g. <KBD>0.117</KBD>.
深度参数alpha - 浮点(0,…,1),例如<KBD> 0.117 </ KBD>。
参数:trtype
The notion of the WMT region to be calculated.
要计算的WMT区域的概念。
值----------Value----------
参数:A file <code>fname</code>
An input file for WMTR. See WMTR for the format details.
输入文件WMTR。见WMTR的格式详细信息。
(作者)----------Author(s)----------
Pavel Bazovkin and Karl Mosler
参见----------See Also----------
WMTR
WMTR
实例----------Examples----------
generTRsample("Cloud.dat", dim = 3, num = 20, alpha = 0.221, trtype = "zonoid")
WMTR("Cloud.dat")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|