| catjitter | R Documentation | 
Add a small amount of (rbokeh-compatible) noise to a character vector
catjitter(x, factor = 0.5)
| x | numeric vector to which jitter should be added | 
| factor | a factor between 0 and 1 that | 
figure(data = lattice::singer) %>%
  ly_points(catjitter(voice.part), jitter(height), color = "black") %>%
  ly_boxplot(voice.part, height, with_outliers = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.