Learn R Programming

Laurae (version 0.0.0.9001)

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

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

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).

Value

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

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

Examples

Run this code
## Not run: ------------------------------------
# interactive.eda_RColorBrewer()
## ---------------------------------------------

Run the code above in your browser using DataLab