powered by
Add a small amount of (rbokeh-compatible) noise to a character vector
catjitter(x, factor = 0.5)
numeric vector to which jitter should be added
a factor between 0 and 1 that
# NOT RUN { figure(data = lattice::singer) %>% ly_points(catjitter(voice.part), jitter(height), color = "black") %>% ly_boxplot(voice.part, height, with_outliers = FALSE) # }
Run the code above in your browser using DataLab