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

R语言 wild1包 hr.mcp()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 22:32:09 | 显示全部楼层 |阅读模式
hr.mcp(wild1)
hr.mcp()所属R语言包:wild1

                                         Home range estimation
                                         活动范围估计

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

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

Compute and plot a minimum convex polygon estimate of "home range"
计算并画出一个最小凸多边形估计“活动范围”


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


hr.mcp(x,y=NULL,n.min=50,plot=TRUE,add=FALSE,ID=NULL,...)



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

参数:x
A vector, matrix, or data frame of coordinates.
一个向量,矩阵或数据框中的坐标。


参数:y
A numeric vector (if x is a vector) or NULL  
一个数值向量(如果x是一个向量)或NULL


参数:n.min
If x includes fewer than n.min points, the function will return NA and a warning.
x如果包括n.min点不到,该函数将返回NA和警告。


参数:plot
Logical. Produce a plot?
逻辑。生产的图?


参数:add
Logical. Add to existing plot on current output device?  Default is FALSE.
逻辑。电流输出设备添加到现有的图?默认是FALSE。


参数:ID
Required argument from Polygons
需要的参数从Polygons


参数:...
Optional arguments for plot or points (see also par).
可选参数为plot或points(见par“)。


Details

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

See plot.Polygons for another way of plotting polygon objects.
见plot.Polygons另一种方式绘制多边形对象的。


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

Returns an object of class "Polygons"{sp}
返回一个对象类“Polygons”{sp}


注意----------Note----------

Replaces hr.mcp in versions 1.xx
替换hr.mcp的版本1.xx系列


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




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


data(wica.bdy)
data(xy.elk)

bb <- bbox(as.matrix(xy.elk))
plot(wica.bdy,xlim=bb[1,],ylim=bb[2,],col="tan")
mcp <- hr.mcp(x=xy.elk,pch=21,bg="salmon",lty=2,add=TRUE)
box()

str(mcp)
mcp@area/1000^2

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-25 04:34 , Processed in 0.019194 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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