找回密码
 注册
查看: 372|回复: 0

R语言 SECP包 asc2s()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-29 23:53:04 | 显示全部楼层 |阅读模式
asc2s(SECP)
asc2s()所属R语言包:SECP

                                        Anisotropic set cover on the 2D square lattice
                                         二维正方晶格各向异性集合覆盖

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

asc2s() function calculates the boundary coordinates for the anisotropic set cover on the 2D square lattice with a fixed edge along the lattice boundary.
asc2s()函数计算出,边界坐标为有固定边缘的晶格边界上的二维正方晶格各向异性集合覆盖。


用法----------Usage----------


asc2s(k=12, x=rep(95, times=2), dir=2, r=(x[dir]-3)^(seq(k)/k))



参数----------Arguments----------

参数:k
a maximal set cover size: k>2.
一个最大的集封面尺寸:k>2。


参数:x
a vector of lattice sizes: all(x>5).
一个向量的晶格尺寸:all(x>5)。


参数:dir
a variable component index: x) dir=1; y) dir=2; z) dir=3.
变量的成分指数:X)dir=1的,Y)dir=2; Z)dir=3。


参数:r
a variable lenght of set cover elements: all((0<r)&amp;(r<x)).
一个可变长度的一组封面元素:all((0<r)&amp;(r<x))。


Details

详细信息----------Details----------

The percolation is simulated on 2D square lattice with uniformly weighted sites and the constant parameter p.
的渗透是模拟二维正方晶格均匀加权的网站和常量参数p。

The percolation cluster is formed from the accessible sites connected with initial sites subset.
的渗滤聚类形成从与初始网站子集连接的可访问的站点。

If an initial cluster subset in the lattice center, to estimate the mass fractal dimension requires an anisotropic set cover with a fixed edge along the lattice boundary.
如果初始聚类的晶格中心的子集,估计质量的分形维数,需要有固定的各向异性集合覆盖边缘的晶格边界。

The anisotropic set cover on 2D square lattice is formed from scalable rectangles with a variable length r+1 and a fixed edge along the lattice boundary.
形成从可伸缩的矩形二维正方晶格的各向异性一套盖可变长度r+1和一个固定的边缘沿晶格边界。


值----------Value----------

A list of boundary coordinates and sizes for the anisotropic set cover on a 2D square lattice with a fixed edge along the lattice boundary.
与一个固定的边缘沿晶格边界上的二维正方晶格的各向异性集合覆盖的边界的坐标和尺寸的列表。


(作者)----------Author(s)----------


Pavel V. Moskalev



参见----------See Also----------

fdc3s,  fds2s, fds3s
fdc3s,fds2s,fds3s


实例----------Examples----------


# # # # # # # # # # # # # # # # #[################]
# Example: Anisotropic set cover, dir=2[例如:各向异性集合覆盖,DIR = 2]
# # # # # # # # # # # # # # # # #[################]
pc <- .592746
p2 <- pc + .03
lx <- 33; ss <- (lx+1)/2; ssy <- seq(lx+2, 2*lx-1)
set.seed(20120627); ac2 <- ssi20(x=lx, p=p2, set=ssy, all=FALSE)
bnd <- asc2s(k=9, x=dim(ac2), dir=2)
x <- y <- seq(lx)
image(x, y, ac2, cex.main=1,
      main=paste("Anisotropic set cover and a 2D cluster of\n",
                 "sites with (1,0)-neighborhood and p=",
                 round(p2, digits=3), sep=""))
rect(bnd["x1",], bnd["y1",], bnd["x2",], bnd["y2",])
abline(v=ss, lty=2)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-30 10:33 , Processed in 0.019867 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表