Description Usage Arguments Value Examples
Get or set the stat transform(s) associated with a GGplotFeatureSet object. This should not be called directly.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | statTransform(object) <- value
statTransform(object)
## S4 method for signature 'PlotFeatureSet'
statTransform(object)
## S4 method for signature 'ggplot'
statTransform(object)
## S4 method for signature 'trellis'
statTransform(object)
## S4 method for signature 'gTree'
statTransform(object)
## S4 replacement method for signature 'GGplotFeatureSet'
statTransform(object) <- value
## S4 method for signature 'GGplotFeatureSet'
statTransform(object)
 | 
| object | An object of class GGplotFeatureSet. For accession, also plot objects of class ggplot. | 
| value | A named list of parameters for statistical transforms in each layer of the plot. | 
A modified object of class GGplotFeatureSet.
| 1 2 3 4 5 | library(ggplot2)
mt = datasets::mtcars
plt = qplot(mt$mpg, mt$cyl)
fs = makeFeatureSet(plt)
statTransform(fs)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.