rwmGetColours(rworldmap)
rwmGetColours()所属R语言包:rworldmap
Internal function to choose map colours for classified data
内部功能选择图的颜色分类数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Internal function to choose map colours for classified data.
内部功能来选择图颜色的分类数据。
用法----------Usage----------
rwmGetColours(colourPalette, numColours)
参数----------Arguments----------
参数:colourPalette
string describing the colour palette to use, choice of: <ol> "palette" for the current palette
当前调色板的字符串,用于描述使用的调色板,选择:<OL>的“调色板”
a vector of valid colours, e.g. =c('red','white','blue') or output from RColourBrewer
一个向量的有效的颜色,例如= C(红,白,蓝)或RColourBrewer输出
one of "heat","diverging","white2Black","black2White","topo","rainbow","terrain","negpos8","negpos9" </ol>
之一</ OL>
参数:numColours
the number of colour categories desired
所需的颜色分类
Details
详细信息----------Details----------
Returns a vector of colours based upon the palette specified and number of colours specified. If colourPalette specifies a number of colours and this is different from numColours, numColours takes precedence and colours are interpolated to make the number fit.
返回一个向量,根据指定的调色板指定的颜色和数量的颜色。如果colourPalette指定的颜色数和这是不同numColours,numColours需要的优先级和颜色进行插值,使数配合。
值----------Value----------
A vector specifiying a number of colours.
一个的矢量specifiying一个的颜色数。
(作者)----------Author(s)----------
andy south and matthew staines
参见----------See Also----------
RColorBrewer
RColorBrewer
实例----------Examples----------
rwmGetColours(colourPalette='topo', numColours=10)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|