This makes Ethan Schoonover's solarized colour palette (http://ethanschoonover.com/solarized) available in R. The original Solarized colortheme is (c) Ethan Schoonover under a MIT license.
这让阮经天斯库诺弗的太阳能系统调色板(http://ethanschoonover.com/solarized)R.原来的的曝晒colortheme是(C)阮经天斯库诺弗下一个麻省理工学院的许可证。
用法----------Usage----------
solarized.Colours(variant = "srgb")
solarized.Colors(variant = "srgb")
参数----------Arguments----------
参数:variant
either "srgb" for standard RGB values, "genrgb" for generic RGB, "degraded" for a version degraded to 256 colours or "ansi" for the ANSI variant.
无论是“白色”为标准的RGB值,的通用RGB的的“genrgb”,“降级”的版本降级为256色或“ANSI”的ANSI变种。
值----------Value----------
a list of hex rgb values
十六进制RGB值的列表
(作者)----------Author(s)----------
Christian Zang
实例----------Examples----------
sol <- solarized.Colours()
plot(ts(rnorm(100)), col = sol$magenta)