View source: R/export.bf.plot.R
export.bf.plot | R Documentation |
Export a graph into PDF
export.bf.plot(f.name, p.obj, p.height = 6, p.width = 7.25, type = "pdf")
f.name |
Character denoting file name, can end with or without .pdf Basically a wrapper for ggsave and then embed font |
p.obj |
Plot object to export |
p.height |
height of the plot (in inches) |
p.width |
width of the plot (in inches) |
Exported .PDF with the file name for the given plot object
export.bf.plot("Rplot.PDF",plot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.