spacebox(sgeostat)
spacebox()所属R语言包:sgeostat
Boxplot of Variogram Cloud
盒形图变异函数云
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create boxplots of square-root or squared differences between variable values at pairs of points versus the distance
创建平方根或点对变量值与距离的平方差的盒形图
用法----------Usage----------
spacebox(point.obj, pair.obj, a1, a2, type='r')
参数----------Arguments----------
参数:point.obj
a point object generated by point()
点对象所产生的point()
参数:pair.obj
a pairs 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'平方差
值----------Value----------
NULL
NULL
参考文献----------References----------
参见----------See Also----------
point, pair
point,pair
实例----------Examples----------
spacebox(maas.point,maas.pair,'zinc')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|