WTF: What's this figure?

View source: R/WTF.R

WTFR 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)

BrailleR documentation built on July 26, 2023, 5:46 p.m.