rPlotter: Easy Plotting in R
Rでのプロットを容易にする
> library(rPlotter)
Error: package or namespace load failed for 'rPlotter'
バージョン: 0.0.8
関数名 | 概略 |
---|---|
create_ggtheme |
Create customised themes for ggplot2 object |
display_colours |
Display colour using rblocks |
extract_colours |
Detect and extract dominant colours from an image |
interpolate_colours |
Interpolate colour palette to render more colours within the input range |
mpd_select_colours |
Select colours from a palette to maximize |
perceptual |
distance between the colours |
palette_reduce |
Reduce palette by removing colours with low saturation, or low or high luminance |
plot_radar |
Create radar (spider) charts from a data frame |
simulate_colours |
Simulate Three Different Types of Colour Blindness (Deuteranopia, Protanopia & Tritanopia) |
display_colours
ブロック状に16進数色での色を表示
> extract_colours(system.file("img", "Rlogo.jpg", package = "jpeg")) %>% display_colours(.)
色名の取得はextract_colours()
でおこなう
extract_colours
画像ファイル内での主要な色空間を検出する
> extract_colours(system.file("img", "Rlogo.jpg", package = "jpeg"))
Error in eval(expr, envir, enclos): could not find function "extract_colours"