makeGridTopology(trip)
makeGridTopology()所属R语言包:trip
Generate a GridTopology from a Spatial object
从一个空间生成一个GridTopology的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sensible defaults are assumed, to match the extents of data to a manageable grid.
假定合理的默认值,到一个可管理的网格数据相匹配的程度。
Approximations for kilometres in longlat can be made using cellsize and adjust2longlat.
在longlat逼近公里可以使用cellsize和adjust2longlat的。
用法----------Usage----------
makeGridTopology(obj, cells.dim = c(100, 100), xlim = NULL, ylim = NULL,
buffer = 0, cellsize = NULL, adjust2longlat = FALSE)
参数----------Arguments----------
参数:obj
any Spatial object, or other object for which bbox will work
任何空间对象或其他对象的bbox将
参数:cells.dim
the number of cells of the grid, x then y
网格的单元的数目中,x,则y
参数:xlim
x limits of the grid
x限制的网格
参数:ylim
y limits of the grid
Ŷ限制的网格
参数:buffer
proportional size of the buffer to add to the grid limits
缓冲区的大小比例添加到电网限制
参数:cellsize
pixel cell size
像素单元尺寸
参数:adjust2longlat
assume cell size is in kilometres and provide simple adjustment for earth-radius cells at the north-south centre of the grid
假设单元的大小是在公里,南北中心的网格,并提供简单的调整,为地球半径单元
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|