interactive.eda_RColorBrewer: Interactive Dashboard for Finding the Perfect Color Brewer...

Description Usage Arguments Details Value Examples

Description

This interactive dashboard allows the user to find the perfect palette to use from Color Brewer palettes. In addition, an unlimited amount of values is provided, instead of the practical limitations in the original Color Brewer palette. You can also request RGB values, and copy and paste immediately results from text (a vector ready to be pasted in R is provided back as text, along with the evolution of the colors over the n-th color interpolation).

Usage

1
2
interactive.eda_RColorBrewer(f_back = "red", side_width = 300,
  plot_height = 360)

Arguments

f_back

Type: character. A background color character for the header. Defaults to "red".

side_width

Type: numeric. The width of the sidebar containing variable names. Defaults to 300.

plot_height

Type: numeric. The height for the plot. Defaults to 360, which fits nicely Full HD screens (1080 vertical pixels).

Details

The colors (header: f_back) allowed are the following:

blue

blue color

black

black color

purple

purple color

green

green color

red

red color

yellow

yellow color

Value

A bandwidth on a scale suitable for the width argument of density.

Examples

1
2
3
4
## Not run: 
interactive.eda_RColorBrewer()

## End(Not run)

Laurae2/Laurae documentation built on May 8, 2019, 7:59 p.m.