pick_color {seecolor} | R Documentation |
Select object by cursor and show colors in the console
Description
Simply highlight the text in the Source panel and the colors used in the specific object will be output in the console
Usage
pick_color(type = "mosaic", blank.len = 3)
Arguments
type |
A character. The style of printing. The default is |
blank.len |
A integer. The length of color mosaic. The default value is 3. |
Examples
pick_color(type = "mosaic", blank.len = 3)
pick_color(type = "ribbon", blank.len = 3)
[Package seecolor version 0.2.0 Index]