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

R语言 spatstat包 intersect.tess()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 13:35:40 | 显示全部楼层 |阅读模式
intersect.tess(spatstat)
intersect.tess()所属R语言包:spatstat

                                        Intersection of Two Tessellations
                                         两个镶嵌交集

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

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

Yields the intersection of two tessellations, or the intersection of a tessellation with a window.
产生两个镶嵌的交点或交点的镶嵌与一个窗口。


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


   intersect.tess(X, Y, ...)



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

参数:X,Y
Two tessellations (objects of class "tess"), or windows (objects of class "tess"), or other data that can be converted to  tessellations by as.tess.  
镶嵌(类的对象"tess"),或窗口(类的对象"tess"),或其他数据,可以转换为镶嵌as.tess。


参数:...
Optional arguments passed to as.mask to control the discretisation, if required.  
可选参数传递as.mask控制的离散,如果需要的话。


Details

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

A tessellation is a collection of disjoint spatial regions (called tiles) that fit together to form a larger spatial region. See tess.
一个Tessellation(曲面细分)是一家集不相交的空间区域(砖),组合在一起,形成一个更大的空间区域。见tess。

If X and Y are not tessellations, they are first converted into tessellations by as.tess.
如果X和Y不镶嵌,他们是先转换成镶嵌as.tess。

The function intersect.tess then computes the intersection between the two tessellations. This is another tessellation, each of whose tiles is the intersection of a tile from X and a tile from Y.
的功能intersect.tess然后计算两个镶嵌图形之间的交点。这是另一个Tessellation(曲面细分),每砖是从X和路口的瓷砖瓷砖Y。

One possible use of this function is to slice a window W into subwindows determined by a tessellation. See the Examples.
这个功能的一个可能的用途是,切一个窗口W为多个子窗口镶嵌确定。请参阅范例。


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

A tessellation (object of class "tess").
镶嵌(类的对象"tess")。


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


Adrian Baddeley
<a href="mailto:Adrian.Baddeley@csiro.au">Adrian.Baddeley@csiro.au</a>
<a href="http://www.maths.uwa.edu.au/~adrian/">http://www.maths.uwa.edu.au/~adrian/</a>
and Rolf Turner
<a href="mailto:r.turner@auckland.ac.nz">r.turner@auckland.ac.nz</a>




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

tess, as.tess, intersect.owin
tess,as.tess,intersect.owin


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


  opa <- par(mfrow=c(1,3))
# polygon[多边形]
  data(letterR)
  plot(letterR)
# tessellation of rectangles[Tessellation(曲面细分)的矩形]
  X <- tess(xgrid=seq(2, 4, length=10), ygrid=seq(0, 3.5, length=8))
  plot(X)
  plot(intersect.tess(X, letterR))

  A <- runifpoint(10)
  B <- runifpoint(10)
  plot(DA <- dirichlet(A))
  plot(DB <- dirichlet(B))
  plot(intersect.tess(DA, DB))

  par(opa)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-14 13:12 , Processed in 0.023461 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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