hls(vcd)
hls()所属R语言包:vcd
HLS Color Specification
HLS颜色规格
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create a HLS color from specifying hue, luminance and saturation.
创建一个HLS颜色指定的色相,亮度和饱和度。
用法----------Usage----------
hls(h = 1, l = 0.5, s = 1)
参数----------Arguments----------
参数:h
hue value in [0, 1].
色调值在[0,1]。
参数:l
luminance value in [0, 1].
亮度值在[0,1]。
参数:s
saturation value in [0, 1].
饱和度值在[0,1]。
Details
详细信息----------Details----------
HLS colors are a similar specification of colors as HSV colors, but using hue/luminance/saturation rather that hue/saturation/value.
HLS颜色是一个类似的规范HSV颜色的颜色,但使用色相/亮度/饱和度,色相/饱和度/值。
(作者)----------Author(s)----------
Achim Zeileis <a href="mailto:Achim.Zeileis@R-project.org">Achim.Zeileis@R-project.org</a>
参见----------See Also----------
hsv, hcl2hex, polarLUV
hsv,hcl2hex,polarLUV
实例----------Examples----------
## an HLS color wheel[#HLS色轮]
pie(rep(1, 12), col = sapply(1:12/12, function(x) hls(x)))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|