Grob-class | R Documentation |
'Grob' class is a container for 'grob' based object defined with grid
system. Generic function Grob
gets grob object supported by grid system, and make an instance of
subclass of class 'Grob'.
'GrobList' is a container of list of 'Grob' object.
## S4 method for signature 'gg'
Grob(x)
## S4 method for signature 'gtable'
Grob(x)
## S4 method for signature 'trellis'
Grob(x)
## S4 method for signature 'lattice'
Grob(x)
## S4 method for signature 'GGbio'
Grob(x)
x |
object of class: gg, gtable, trellis, lattice, GGbio. |
A Grob
object.
Tengfei Yin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.