decimal2Hex_color | R Documentation |
将十进制的颜色数值转化为16进制,提供大小写处理,内部函数,不再导出
decimal2Hex_color(value, format = "upper")
value |
填写数值 |
format |
返回结果的格式,提供upper及lower等2个选项 |
返回值为字符中
decimal2Hex_color(200,'upper');
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.