Code
p + scale_fill_whitebox_d(alpha = -1)
Condition
Error in `scale_fill_whitebox_d()`:
! `alpha` -1 not in [0,1]
Code
p + scale_fill_whitebox_d(direction = 0.5)
Condition
Error in `scale_fill_whitebox_d()`:
! `direction` must be 1 or -1
Code
p + scale_fill_whitebox_c(alpha = -1)
Condition
Error in `scale_fill_whitebox_c()`:
! `alpha` -1 not in [0,1]
Code
p + scale_fill_whitebox_c(direction = 0.5)
Condition
Error in `scale_fill_whitebox_c()`:
! `direction` must be 1 or -1
Code
p_init + scale_fill_whitebox_b(alpha = -1)
Condition
Error in `scale_fill_whitebox_b()`:
! `alpha` -1 not in [0,1]
Code
p + scale_fill_whitebox_b(direction = 0.5)
Condition
Error in `scale_fill_whitebox_b()`:
! `direction` must be 1 or -1
Code
whitebox.colors(20, "xx")
Condition
Error in `extract_pal()`:
! `palette` does not match any given palette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.