png.par: Wrapper functions for fast creation of plot files with...

View source: R/plotFiles.R

png.parR Documentation

Wrapper functions for fast creation of plot files with defaults I like Just combines the grahic device functions png, tiff, and pdf with par to open a file for plotting

Description

Wrapper functions for fast creation of plot files with defaults I like Just combines the grahic device functions png, tiff, and pdf with par to open a file for plotting

Usage

png.par(file, res = 200, width = 6.5, height = 5, units = "in",
  bg = NA, mar = c(2.5, 2.5, 0, 0), mgp = c(1.5, 0.5, 0), las = 1,
  bty = "l", col = "black", ...)

Arguments

file

The file to write to, this is the only necessary argument

Details

Any argument from the respective grahic function or par can be passed, but the only thing that is strictly necessary is the file path, others are set with defaults I like.


evanchildress/plotHacks documentation built on July 29, 2022, 5 a.m.