man-roxygen/ex-boxplot.R

\donttest{
figure(ylab = "Height (inches)", width = 600) %>%
  ly_boxplot(voice.part, height, data = lattice::singer)

# change orientation of x axis labels
figure(ylab = "Height (inches)", width = 600) %>%
  ly_boxplot(voice.part, height, data = lattice::singer) %>%
  theme_axis("x", major_label_orientation = 90)
}
bokeh/rbokeh documentation built on Nov. 3, 2023, 2:36 a.m.