spatgraphs-runif3d(spatgraphs)
spatgraphs-runif3d()所属R语言包:spatgraphs
runif3d
runif3d
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simple simulation of uniform 3d point pattern.
均匀的三维点模式的简单模拟。
用法----------Usage----------
runif3d(n = c(10), window = list(x = c(0, 1), y = c(0, 1), z = c(0, 1)))
参数----------Arguments----------
参数:n
Vector of point counts, e.g. c(10,10) is two type pattern with 10 points per type.
向量的点计数,例如。(10,10)是两种类型的图案,每个类型的10个点。
参数:window
Rectangular cuboid window limits.
长方体窗口的限制。
Details
详细信息----------Details----------
Simulates uniformly distributed points in 3d rectangle.
模拟三维矩形均匀分布的点。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|