plot.point(sgeostat)
plot.point()所属R语言包:sgeostat
Plot Point Objects
绘制点对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot the spatial locations in a point object, optionally coloring by quantile.
绘制点对象的空间位置,任意着色的位数。
用法----------Usage----------
## S3 method for class 'point'
参数----------Arguments----------
参数:x
a point object generated by point()
点对象所产生的point()
参数:v
an optional variable name, if entered will divide the points into quantiles and color using 4 colors
一个可选的变量名称,如果输入的划分点到4种颜色的位数和颜色
参数:legend.pos
position of legend (0 - none, 1 - bottom-left, 2 -bottom-right, 3 - top-right, 4 - top-left), requires Lang(v)
传说中的位置(0 - 无,1 - 左下,2右下角,3 - 右上角,4 - 顶级左),要求郎(V)
参数:axes
logical, whether to plot axes
逻辑,是否绘制轴
参数:xlab,ylab
axes labels, default none
轴标签,默认情况下没有
参数:add
usefull for overlaying images with a point plot
有用的叠加image的一个point图
参数:...
additional arguments for plot
额外的参数为plot
值----------Value----------
NULL
NULL
参考文献----------References----------
参见----------See Also----------
point
point
实例----------Examples----------
plot(maas.point)
plot(maas.point,v='zinc')
plot(maas.point,v='zinc',xlab='easting',ylab='northing',axes=TRUE,legend.pos=4)
# plot additionally the maas bank:[绘制另外的马斯银行:]
data(maas.bank)
lines(maas.bank)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|