flodia_pdf: save a flodia as pdf

View source: R/plot.R

flodia_pdfR Documentation

save a flodia as pdf

Description

save a flodia as pdf

Usage

flodia_pdf(f, filepath, width = 19/2.5, oma = rep(0.1, 4), args = list(), ...)

Arguments

f

flodia plot function

filepath

desired location of output eg "test.png"

width

width in pixels of output (height is calculated automatically based on plot dimensions)

oma

numeric of length 4 specifying outer margin of plot, at x0, y0, x1, and y1. Default is 0.1

args

list of named arguments to f

...

other arguments to pdf()


mrc-ide/flodia documentation built on June 27, 2023, 3:05 p.m.