clip.infline(spatstat)
clip.infline()所属R语言包:spatstat
Intersect Infinite Straight Lines with a Window
无限直线相交一个窗口
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Take the intersection between a set of infinite straight lines and a window, yielding a set of line segments.
以无限的直线的一组和一个窗口之间的交点,得到一组线段。
用法----------Usage----------
clip.infline(L, win)
参数----------Arguments----------
参数:L
Object of class "infline" specifying a set of infinite straight lines in the plane.
类的对象"infline"指定一组无限的直线在平面上。
参数:win
Window (object of class "owin").
窗口(类的对象"owin")。
Details
详细信息----------Details----------
This function computes the intersection between a set of infinite straight lines in the plane (stored in an object L of class "infline" created by the function infline) and a window win. The result is a pattern of line segments.
该函数计算无限直线的平面中的一组(存储在一个目的L类"infline"由该函数创建infline)和一个窗口win之间的交点。其结果是一个图案的线段。
值----------Value----------
A line segment pattern (object of class "psp").
一个线段模式(类的对象"psp")。
(作者)----------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----------
infline,psp.
infline,psp。
To divide a window into pieces using infinite lines, use chop.tess.
一个窗口划分成片,用无限的线,使用chop.tess。
实例----------Examples----------
L <- infline(p=1:3, theta=pi/4)
W <- square(4)
clip.infline(L, W)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|