+.ggb | R Documentation |
addition operator for ggb object to support ggplot-like syntax
## S3 method for class 'ggb'
o1 + o2
o1 |
the first object inheriting the ggb class |
o2 |
the second object inheriting the ggb class |
Note that the addition operator always clones the underlying o1 object rather than modifying it in place
a modified version of the o1 object with o2 added to it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.