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

R语言 SDMTools包 COGravity()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-29 23:34:22 | 显示全部楼层 |阅读模式
COGravity(SDMTools)
COGravity()所属R语言包:SDMTools

                                         Centre of Gravity or Mass calculations for spatial data
                                         空间数据中心的计算重力或质量

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

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

COGravity calculates the Centre of Gravity (or also known as Centre of Mass) for point or raster spatial data.<br> <br>  Note: NA data is automatically ommitted from analysis.
COGravity计算点或栅格空间数据的重力中心(也被称为质心)。<br> <br>注意:NA从分析数据会被自动省略。


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


COGravity(x,y=NULL,z=NULL,wt=NULL)



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

参数:x
a vector of e.g., longitudes or eastings, or a raster of class 'asc', 'RasterLayer' or 'SpatialGridDataFrame'.
一个向量,如经度或东进,或栅格类ASC,RasterLayer“或”SpatialGridDataFrame的。


参数:y
a vector of e.g., latitudes or northings.
例如,纬度或北向的矢量。


参数:z
a vector of e.g., elevations.
例如,一个向量的海拔高度。


参数:wt
a vector or raster of class 'asc', 'RasterLayer' or 'SpatialGridDataFrame' representing weights for data.
一个矢量或栅格类的ASC,RasterLayer或SpatialGridDataFrame“的数据为代表的权重。


Details

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

For raster-based data, if wt is missing, the values of the ascii are assumed to be the weights; otherwise, the values are assumed to be the z values.
基于栅格的数据,如果wt缺少的ASCII值被假定为权重,否则,这些值都被假定为z值。


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

Returns a named vector of data representing the Centre of Gravity in x, y &amp; z dimensions (depending on data supplied).
返回一个已命名的重力中心在X,Y,Z尺寸(根据提供的数据)的数据向量。


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


Jeremy VanDerWal <a href="mailto:jjvanderwal@gmail.com">jjvanderwal@gmail.com</a>



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



#create some points[创建一些点]
x = seq(154,110,length=25)
y = seq(-10,-54,length=25)
z = seq(100,200,length=25)
wt = runif(25) #random weights[随机权]
#calculate the Centre of Gravity for these points[计算这些点的重力中心]
COGravity(x,y,z,wt)

#create a simple objects of class 'asc'[创建一个简单的对象类ASC]
x = as.asc(matrix(1:50,nr=50,nc=50))
wt = as.asc(matrix(runif(50),nr=50,nc=50))

#calculate COG with weighting defined in x [在x定义与权重的计算COG]
COGravity(x)
#calculate COG with weighting defined in wt (values in x are assumed elevation (z)) [计算的COG(重量)(在x的值被假定海拔高度(z)的定义在与加权)]
COGravity(x,wt=wt)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-30 04:58 , Processed in 0.032535 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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