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

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

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

                                         Create a Grid of Cell Areas or Perimeters
                                         创建一个网格单元区域或周界

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

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

Creates a grid of cell areas or perimeters for spatial grids in geographic (lat-lon) projections.
创建一个网格单元格的区域或周边空间网格GEO(纬度,经度)的预测。


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


grid.area(mat)
grid.perimeter(mat)



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

参数:mat
a matrix representing a raster of class 'asc' (this & adehabitat package), 'RasterLayer' (raster package) or 'SpatialGridDataFrame' (sp package)
矩阵的栅格类的递增(这adehabitat包),“RasterLayer(栅格包)或”SpatialGridDataFrame(SP包)


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


参数:grid.area
Returns an ascii grid file which contains the values of the area in each cell.
返回ASCII网格文件,其中包含的面积在每个单元格中的值。


参数:grid.perimter
Returns an ascii grid file which contains the values of the perimeter in each cell.  
返回一个ASCII网格文件,其中包含周边的每个单元格中的值。


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


Jeremy VanDerWal <a href="mailto:jjvanderwal@gmail.com">jjvanderwal@gmail.com</a> &amp; Lorena Falconi <a href="mailto:lorefalconi@gmail.com">lorefalconi@gmail.com</a>



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


#Create an ascii file[创建一个ASCII文件]
y=seq(10,50,0.5)
x=seq(140,180,0.5)
cellsize=0.5
data1=sample(160,140)
out1.asc=as.asc(matrix(data1,nc=y, nr=x), xll=min(x), yll=min(y), cellsize=cellsize)

grid.area(out1.asc)[,]

grid.perimeter(out1.asc)[,]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-30 07:45 , Processed in 0.021922 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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