Hello,

Google is your friend.
The only reference to cbPalette I've found is in

http://www.cookbook-r.com/Graphs/Colors_%28ggplot2%29/

and it is defined as:

A colorblind-friendly palette

These are color-blind-friendly palettes, one with gray, and one with black.

To use with ggplot2, it is possible to store the palette in a variable, then use it later.

# The palette with grey:
cbPalette <- c("#999999", "#E69F00", "#56B4E9", "#009E73", "#F0E442", "#0072B2", "#D55E00", "#CC79A7")

# The palette with black:
cbbPalette <- c("#000000", "#E69F00", "#56B4E9", "#009E73", "#F0E442", "#0072B2", "#D55E00", "#CC79A7")


The above is a copy and paste from that web page.

Hope this helps,

Rui Barradas


Em 12-07-2017 11:38, Uwe Ligges escreveu:


On 12.07.2017 12:35, Shanu Singh wrote:
Hi John,

Thanks for reply ! Sorry It was my mistake. It is *cbPalette. *Basically
its a R package.

Come on.
- Where do you want to get thsi from?
- What have you tried to do so?

Please re-read the posting guide that helps to ask good questions.

Best,
Uwe Ligges





Shanu

On Wed, Jul 12, 2017 at 3:57 PM, John Kane <jrkrid...@yahoo.ca> wrote:

What is cbplatte? Where do we find it?



On Wednesday, July 12, 2017, 6:20:38 AM EDT, Shanu Singh <
singh.shanu1...@gmail.com> wrote:


Please solve the problem. on which R Version works cbplatte?


Regards
Shanu

     [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/
posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


    [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to