point.in.Polygons(wild1)
point.in.Polygons()所属R语言包:wild1
Points encompassed by a "Polygons" object
点所包含的“多边形”对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extends point.in.polygon{sp} for application to objects of class "Polygons." Returns either points that are in any polygon, a logical vector identifying such points, or a matrix indicating membership for each point and polygon.
扩展point.in.polygon{sp}应用程序类的对象“Polygons。”返回或点在任意多边形,确定这些点的逻辑向量或矩阵表示每个点和多边形的成员。
用法----------Usage----------
point.in.Polygons(x,y=NULL,Poly,output=c("points","logical","matrix"),...)
参数----------Arguments----------
参数:x
A vector, matrix, or data frame of coordinates
一个向量,矩阵或数据框中的坐标
参数:y
A numeric vector (if x is a vector) or NULL
一个数值向量(如果x是一个向量)或NULL
参数:Poly
An object of class "Polygons"
一个类的对象“Polygons。”
参数:output
A character string; either "points", "logical" or "matrix".
字符串是"points","logical"或"matrix"。
参数:...
Optional arguments to point.in.polygon.
可选参数到point.in.polygon。
Details
详细信息----------Details----------
Points are "in" if they are not strictly exterior to polygons in Poly (vertices and points on the boundary are included).
点“中的”如果他们不严格的外部Poly(顶点和边界上的点到多边形中都包括在内)。
See also overlay{sp}, which returns a vector with '1' indicating membership in a polygon.
请参阅overlay{sp} 1,表明在多边形的成员,它返回一个向量。
值----------Value----------
If output="points", returns points that fall in any polygon. If output="logical", returns a logical vector (TRUE for points that fall within any polygon). If output="matrix", returns a logical matrix with 1 column for each polygon in Poly and 1 row for each point in x; values indicate inclusion in specific polygons.
如果output="points",返回点在任意多边形。如果output="logical",返回一个逻辑向量(TRUE范围内任意多边形的点)。如果output="matrix",返回一个逻辑矩阵与1列的每个多边形在Poly和1行中的每个点x;值表示列入在特定多边形。
(作者)----------Author(s)----------
Glen A. Sargeant<br>
U.S. Geological Survey<br>
Northern Prairie Wildlife Research Center<br>
<a href="mailto:glen_sargeant@usgs.gov">glen_sargeant@usgs.gov</a>
参考文献----------References----------
Uses the C function InPoly(), in gstat file polygon.c; InPoly is Copyright (c) 1998 by Joseph O'Rourke. It may be freely redistributed in its entirety provided that this copyright notice is not removed.
参见----------See Also----------
overlay
overlay
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|