# NOT RUN {
x=rnorm(1000)
# the stamdard boxplot function returns
MyBoxplot=graphics::boxplot(x, main="Example boxplot (graphics package)")
#dev.off()
MyBoxplot
# while this version returns
MyBoxplot=boxplot(x, main="Example boxplot (BrailleR package)")
#dev.off()
MyBoxplot
# The VI() method then uses the extra information stored
VI(MyBoxplot)
# }
Run the code above in your browser using DataLab