Description Usage Arguments Value Examples
From https://github.com/chxy/cartogram/blob/master/R/dorling.R Not exported here, but needed for aec_carto_f
1  | complete_color(cl, targetlen)
 | 
cl | 
 a vector of colors  | 
targetlen | 
 the target length  | 
a vector of completed cl with length n
1 2 3 4 5 6  | ## Not run: 
complete_color('red',5)
complete_color(c('red','blue'),5)
complete_color(c('red','blue','green','yellow','pink','grey'),5)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.