bgmap(VIM)
bgmap()所属R语言包:VIM
Backgound map
Backgound图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot a background map.
绘制背景图。
用法----------Usage----------
bgmap(map, add=FALSE, ...)
参数----------Arguments----------
参数:map
either a matrix or data.frame with two columns, a list with components x and y, or an object of any class that can be used for maps and provides its own plot method (e.g., "SpatialPolygons" from package sp). A list of the previously mentioned types can also be provided.
矩阵或data.frame有两列,与组件的列表x和y,或任何类别的对象,可用于图,并提供了自己的作图方法(例如, "SpatialPolygons"包sp)。前面提到的类型的列表,还可以提供。
参数:add
a logical indicating whether map should be added to an already existing plot (the default is FALSE).
逻辑是否map应该被添加到一个已经存在的图(默认为FALSE)。
参数:...
further arguments and graphical parameters to be passed to plot and/or lines.
进一步的论据和图形参数被传递到plot和/或lines。
(作者)----------Author(s)----------
Andreas Alfons
参考文献----------References----------
Exploring incomplete data using visualization tools. Journal of Advances in Data Analysis and Classification, Online first. DOI: 10.1007/s11634-011-0102-y.
参见----------See Also----------
growdotMiss, mapMiss
growdotMiss,mapMiss
实例----------Examples----------
data(kola.background, package = "VIM")
bgmap(kola.background)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|