BrailleR (version 0.30.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)

Arguments

x

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

Value

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

Details

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

Examples

Run this code
# NOT RUN {
x=rnorm(1000)
MyHist=Augment(hist(x))
MyHist
# }

Run the code above in your browser using DataCamp Workspace