spacecloud(sgeostat)
spacecloud()所属R语言包:sgeostat
Variogram Cloud
变异函数云
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create a scatter plot of square-root or squared differences between variable values at pairs of points versus the distance
创建一个散点图的平方根或平方差对变量值之间的距离相对于点
用法----------Usage----------
spacecloud(point.obj, pair.obj, a1, a2, type='r', query.a, ...)
参数----------Arguments----------
参数:point.obj
a point object generated by point()
点对象所产生的point()
参数:pair.obj
a pair object generated by pair()
一对生成的对象pair()
参数:a1
a variable to plot
一个变量来绘制
参数:a2
an optional variable name, if entered the plot will be created between a1 and a2
如果输入一个可选的变量名,该图将被创建a1和a2之间
参数:type
either 'r' for square-root differences or 's' for squared differences
无论是'r'平方根的差异或's'平方差
参数:query.a
an optional variable name, if entered, the value of the variable will be displayed on the graphics device for points identified by the user.
一个可选的变量名,如果输入的话,该变量的值将被显示在图形设备上由用户确定的点。
参数:...
additional arguments for plot
额外的参数为plot
值----------Value----------
NULL
NULL
注意----------Note----------
When query.a is entered, the user will be prompted to identify points on the display device. Because each point in the plot represents a pair of locations, the user must identify each point twice, once for the "from" point and once for the "to"
当query.a输入后,系统将提示用户识别点的显示设备上。因为在图中每个点代表一对的位置,用户必须确定每个点两次,一次为“从”点一次“到”
参考文献----------References----------
参见----------See Also----------
point, pair
point,pair
实例----------Examples----------
opar <- par(ask = interactive() && .Device == "X11")
spacecloud(maas.point,maas.pair,'zinc')
# identify some points:[确定一下几点:]
spacecloud(maas.point,maas.pair,'zinc',query.a='zinc')
par(opar)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|