BrailleR (version 0.30.2)

WTF: 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()

Arguments

Examples

Run this code
# NOT RUN {
attach(airquality)
hist(Ozone)
WTF()
plot(Ozone~Wind)
WTF()
detach(airquality)
# }

Run the code above in your browser using DataLab