AugmentMethod {BrailleR} | R Documentation |
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. |
Details
Ought to be treated as an internal function and not used interactively.
Value
The input object is returned with additions to the object. This does not break the S3 class.
Author(s)
A. Jonathan R. Godfrey and Volker Sorge
Examples
x=rnorm(1000)
MyHist=Augment(hist(x))
MyHist
[Package BrailleR version 1.0.2 Index]