mime_part.ggplot | R Documentation |
Writes a PDF file of the plot defined by x
and turns this
PDF file into a file attachment.
## S3 method for class 'ggplot' mime_part(x, name = deparse(substitute(x)), device = pdf, ...)
x |
A |
name |
Name of attachment (sans .pdf extension). |
device |
Graphics device used to render the plot. Defaults to
|
... |
Ignored. |
An S3 mime_part
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.