+.ggplot | R Documentation |
This function allows you to add ggplot objects together using the +
operator.
This is made possible by the {patchwork}
package.
This is useful for combining multiple plots into a single figure.
## S3 method for class 'ggplot'
e1 + e2, ...
e1 , e2 |
ggplot objects |
... |
Other arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.