ChoosePalette(RSurvey)
ChoosePalette()所属R语言包:RSurvey
Set Color Palette
设置调色板
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A <acronym>GUI</acronym> for viewing or manipulating color palettes.
一个<acronym> GUI </首字母缩写>查看或操作调色板。
用法----------Usage----------
ChoosePalette(pal = diverge_hcl, n = 7L, parent = NULL)
参数----------Arguments----------
参数:pal
function; the initial palette, see "Value" below.
功能,初始调色板,请参阅下面的“值”。
参数:n
integer; the number of colors in the palette.
整数;调色板中的颜色的数目。
参数:parent
tkwin; the <acronym>GUI</acronym> parent window.
tkwin; <acronym> GUI </首字母缩写父窗口。
Details
详细信息----------Details----------
Computes palettes based on the HCL (polarLUV) color space.
计算托板基于上HCL(polarLUV)颜色空间。
值----------Value----------
Returns a function that takes an integer argument and returns that number of colors interpolating the given sequence.
返回一个函数,它接受一个整数参数,并返回这个数字的颜色插值给定的顺序。
(作者)----------Author(s)----------
J.C. Fisher and A. Zeileis
参考文献----------References----------
Colors for Statistical Graphics, Computational Statistics & Data Analysis, 53, p. 3259-3270.
参见----------See Also----------
rainbow_hcl
rainbow_hcl
实例----------Examples----------
pal <- ChoosePalette(terrain_hcl)
filled.contour(volcano, color.palette = pal, asp = 1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|