# BrailleR was removed from CRAN recently, if it's not back, try# remotes::install_github("ajrgodfrey/BrailleR")library(BrailleR)
ggplot(dat, aes(x = x, y = linear_neg)) +geom_point() +geom_smooth()
This is an untitled chart with no subtitle or caption.
It has x-axis '' with labels -2, 0 and 2.
It has y-axis '' with labels -6, -3, 0, 3 and 6.
It has 2 layers.
Layer 1 is a set of 601 big solid circle points of which about 93% can be seen.
Layer 2 is a 'lowess' smoothed curve with 95% confidence intervals covering 2.9% of the graph.
Figure G.5
You can see it doesn’t alway get everything right. It only readds the axis labels if they have been explicitly set.
ggplot(dat, aes(x = category, y = quadratic, fill = category)) +geom_violin(show.legend =FALSE) +labs(x ="Category",y ="Score")
This is an untitled chart with no subtitle or caption.
It has x-axis 'Category' with labels control and experimental.
It has y-axis 'Score' with labels 0, 4 and 8.
The chart is a violin graph that VI cannot process.
Godfrey, A. J. R., Warren, D., Murrell, P., Bilton, T., & Sorge, V. (2020). BrailleR: Improved access for blind users. https://github.com/ajrgodfrey/BrailleR.