WTF | R Documentation |
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.
WTF()
Text describing what BrailleR was able to detect in the graphics window.
A. Jonathan R. Godfrey and Paul Murrell.
attach(airquality)
hist(Ozone)
WTF()
plot(Ozone~Wind)
WTF()
detach(airquality)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.