divlist: Color palette list for ebmvm #'

Description Usage Format Details Examples

Description

Color palette list for ebmvm #'

Usage

1

Format

An object of class character of length 1.

Details

'Ordem' Color Palette based on the colors of the Brazilian Flag

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
library(ggplot2)
df <- data.frame(x=seq(1,n,1), 
y = seq(1,n,1),
z = seq(1,n,1))
ggplot(df, aes(x=x,y=y,fill=z))+
geom_col()+
scale_fill_gradientn(colours = ebvm.pal(6,'Ordem'))

## End(Not run)

ebvm24/elisalib documentation built on May 28, 2019, 7:55 p.m.