plotPNG2: Make png file with a plot code

View source: R/data2plotzip.R

plotPNG2R Documentation

Make png file with a plot code

Description

Make png file with a plot code

Usage

plotPNG2(
  x,
  file,
  type,
  width = 7,
  height = 7,
  units = "in",
  res = 300,
  ggplot = FALSE
)

Arguments

x

A R code string for plot

file

A path of destination file

type

A character

width

A plot width

height

A plot height

units

The units in which height and width are given. Can be px (pixels, the default), in (inches), cm or mm.

res

The nominal resolution in ppi

ggplot

A logical. Set this argument true if the R code is for ggplot


rrtable documentation built on April 5, 2022, 9:08 a.m.