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

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

[复制链接]
发表于 2012-9-30 01:46:11 | 显示全部楼层 |阅读模式
point(sgeostat)
point()所属R语言包:sgeostat

                                        Point Object
                                         点对象

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

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

Create an object of class point from a data frame.
从数据框创建对象的类点。

An object of class point represents the observed data of a spatial process. This includes the spatial location of sampling sites and the values observed at those sites. A point object is stored as a data frame. The data frame must contain one column for the X coordinate and one column for the Y coordinate of each point, as well as any number of columns representing data observed at the
点的类的对象代表了观测数据的空间过程。这包括采样点的空间位置和在这些网站中观察到的值。 Point对象存储为一个数据框。必须包含的数据框的X坐标的一列和一列的每一个点的Y坐标,以及任意数量的列代表观察到的数据


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


point(dframe, x='x', y='y')



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

参数:dframe
a data frame containing the x and y coordinates for each point and the variables observed at each point
含有的x和y坐标的数据框的每个点,在每个点处观察到的变量


参数:x
the name of the column in dframe that contains the x coordinate
的名称列在dframe的包含x坐标


参数:y
the name of the column in dframe that contains the y coordinate
在dframe的列的名称包含的y坐标


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

A point object:
A点对象:


参数:x
vector of x coordinates
矢量的x坐标


参数:y
vector of ycoordinates
向量的Y坐标


参数:var1
vector of the first variable
向量的第一可变


参数:...
...
...


参数:varm
vector of the mth variable
矢量的第m个变量


参考文献----------References----------



参见----------See Also----------

point
point


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


data(maas)
maas.point <- point(maas)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-21 20:35 , Processed in 0.025993 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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