Computes the X and Y Coordinates of the Pixels of a Raster Map
计算X和Y坐标的像素栅格图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
getXYcoords computes the geographical coordinates of the rows and columns of pixels of a raster map of class asc. Code & helpfile were modified from adehabitat package.
getXYcoords计算的像素的行和列的栅格图类asc的GEO坐标。被修改从adehabitat包代码和帮助文件。
用法----------Usage----------
getXYcoords(w)
参数----------Arguments----------
参数:w
an object of class asc.
对象类asc。
值----------Value----------
Returns a list with two components:
返回一个列表,两个组件:
参数:x
the x coordinates of the columns of pixels of the map
的图的像素的列的x坐标
参数:y
the y coordinates of the rows of pixels of the map
的图的像素的行的y坐标
(作者)----------Author(s)----------
Jeremy VanDerWal <a href="mailto:jjvanderwal@gmail.com">jjvanderwal@gmail.com</a>