Nothing
Code
p + scale_fill_wiki_d(alpha = -1)
Condition
Error in `scale_fill_wiki_d()`:
! `alpha` -1 not in [0,1]
Code
p + scale_fill_wiki_d(direction = 0.5)
Condition
Error in `scale_fill_wiki_d()`:
! `direction` must be 1 or -1
Code
p + scale_fill_wiki_c(alpha = -1)
Condition
Error in `scale_fill_wiki_c()`:
! `alpha` -1 not in [0,1]
Code
p + scale_fill_wiki_c(direction = 0.5)
Condition
Error in `scale_fill_wiki_c()`:
! `direction` must be 1 or -1
Code
p_init + scale_fill_wiki_b(alpha = -1)
Condition
Error in `scale_fill_wiki_b()`:
! `alpha` -1 not in [0,1]
Code
p + scale_fill_wiki_b(direction = 0.5)
Condition
Error in `scale_fill_wiki_b()`:
! `direction` must be 1 or -1
Code
wiki.colors(20, "xx")
Condition
Error in `alpha * 255`:
! non-numeric argument to binary operator
Code
p + scale_colour_wiki_d(alpha = -1)
Condition
Error in `scale_colour_wiki_d()`:
! `alpha` -1 not in [0,1]
Code
p + scale_colour_wiki_d(direction = 0.5)
Condition
Error in `scale_colour_wiki_d()`:
! `direction` must be 1 or -1
Code
p + scale_colour_wiki_c(alpha = -1)
Condition
Error in `scale_colour_wiki_c()`:
! `alpha` -1 not in [0,1]
Code
p + scale_colour_wiki_c(direction = 0.5)
Condition
Error in `scale_colour_wiki_c()`:
! `direction` must be 1 or -1
Code
p_init + scale_colour_wiki_b(alpha = -1)
Condition
Error in `scale_colour_wiki_b()`:
! `alpha` -1 not in [0,1]
Code
p + scale_colour_wiki_b(direction = 0.5)
Condition
Error in `scale_colour_wiki_b()`:
! `direction` must be 1 or -1
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.