export.bf.plot: Export a graph into PDF

View source: R/export.bf.plot.R

export.bf.plotR Documentation

Export a graph into PDF

Description

Export a graph into PDF

Usage

export.bf.plot(f.name, p.obj, p.height = 6, p.width = 7.25, type = "pdf")

Arguments

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)

Value

Exported .PDF with the file name for the given plot object

Examples

export.bf.plot("Rplot.PDF",plot)

BrookfieldIIE/BFTheme documentation built on March 24, 2023, 12:42 p.m.