BrailleR (version 1.0.2)

AugmentMethod: add additional detail to the stored object for a graph

Description

Creates the necessary details that feed into the text descriptions in the VI() function and into the descriptions used in the accessible online versions of the graphs.

Usage

Augment(x)

Value

The input object is returned with additions to the object. This does not break the S3 class.

Arguments

x

a graph object for which a method exists, or the current graphics device if set to NULL.

Author

A. Jonathan R. Godfrey and Volker Sorge

Details

Ought to be treated as an internal function and not used interactively.

Examples

Run this code
x=rnorm(1000)
MyHist=Augment(hist(x))
MyHist

Run the code above in your browser using DataLab