AugmentMethod | R Documentation |
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.
Augment(x)
x |
a graph object for which a method exists, or the current graphics device if set to NULL. |
Ought to be treated as an internal function and not used interactively.
The input object is returned with additions to the object. This does not break the S3 class.
A. Jonathan R. Godfrey and Volker Sorge
x=rnorm(1000)
MyHist=Augment(hist(x))
MyHist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.