WTF {BrailleR} | R Documentation |
What's this figure?
Description
Determine what the current graphics device has on it so the blind user can be sure they have something they want, or find out what it might be that is contained in a graphics device.
Usage
WTF()
Value
Text describing what BrailleR was able to detect in the graphics window.
Author(s)
A. Jonathan R. Godfrey and Paul Murrell.
Examples
attach(airquality)
hist(Ozone)
WTF()
plot(Ozone~Wind)
WTF()
detach(airquality)
[Package BrailleR version 1.0.2 Index]