pp: Plot a picture, with hopefully useful options for most(any)...

View source: R/plot_misc.R

ppR Documentation

Plot a picture, with hopefully useful options for most(any) format.

Description

This calls svg/png/postscript/etc according to the filename provided.

Usage

pp(file, image = NULL, width = 9, height = 9, res = 180, ...)

Arguments

file

Filename to write

image

Optionally, add the image you wish to plot and this will both print it to file and screen.

width

How wide?

height

How high?

res

The chosen resolution.

...

Arguments passed to the image plotters.

Value

a png/svg/eps/ps/pdf with height = width=9 inches and a high resolution

See Also

[png()] [svg()] [postscript()] [cairo_ps()] [cairo_pdf()] [tiff()] [devEMF::emf()] [jpg()] [bmp()]


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.