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

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

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

                                        Convex Hull of Points
                                         凸壳点

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

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

Computes the convex hull of a set of points in two dimensions.
计算在两个维度的一组点的凸包。


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


convexhull.xy(x, y=NULL)



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

参数:x
vector of x coordinates of observed points, or a 2-column matrix giving x,y coordinates, or a list with components x,y giving coordinates (such as a point pattern object of class "ppp".)  
向量的x观察到的点的坐标,或给予x,y坐标,或组件的列表与2列的矩阵x,y给坐标(如类的对象的点图案中的<X >)。


参数:y
(optional) vector of y coordinates of observed points, if x is a vector.
(可选),如果y观测点的坐标向量x是一个向量。


Details

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

Given an observed pattern of points with coordinates  given by x and y, this function computes  the convex hull of the points, and returns it as a window.
由于观察到的模式给出的坐标点x和y,这个函数计算的点的凸包,并返回它作为一个窗口。


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

A window (an object of class "owin").
一个窗口(类的一个对象"owin"“)。


(作者)----------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----------

owin, as.owin, convexhull, bounding.box.xy, ripras
owin,as.owin,convexhull,bounding.box.xy,ripras


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


  x <- runif(30)
  y <- runif(30)
  w <- convexhull.xy(x,y)
  plot(owin(), main="convexhull.xy(x,y)", lty=2)
  plot(w, add=TRUE)
  points(x,y)

  X <- rpoispp(30)
  plot(X, main="convexhull.xy(X)")
  plot(convexhull.xy(X), add=TRUE)

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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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