swiss(SpatialExtremes)
swiss()所属R语言包:SpatialExtremes
Map of the Switzerland.
瑞士图。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot a map of Switzerland and optionnaly some cities.
绘制图的瑞士和任选是一些城市。
用法----------Usage----------
swiss(city = FALSE, add = FALSE, axes = FALSE, km = TRUE, xlab = "",
ylab = "", ...)
参数----------Arguments----------
参数:city
Logical. It TRUE, some city are displayed. Default is to omit.
逻辑。这是TRUE,一些城市被显示出来。默认是省略。
参数:add
Logical. Should the map be added to an existing plot?
逻辑。如果图被添加到现有的图?
参数:axes
Logical. Should the axis be displayed?
逻辑。如果轴显示?
参数:km
Logical. If TRUE (default) the longitude and latitude are expressed in kilometers. Otherwise it is in meters.
逻辑。如果TRUE(默认)的经度和纬度表示公里。否则,它是单位为米。
参数:xlab,ylab
The x and y-axis labels.
的x和y轴的标签。
参数:...
Optional arguments to be passed to the plot function.
到传递给plot功能的可选参数。
值----------Value----------
A graphic window.
图形窗口。
(作者)----------Author(s)----------
Dominik Schaub
实例----------Examples----------
swiss()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|