xprt_ggplot.xprts: Save GGPlot to PNG

View source: R/xprts.R

xprt_ggplot.xprtsR Documentation

Save GGPlot to PNG

Description

Save GGPlot to PNG

Usage

## S3 method for class 'xprts'
xprt_ggplot(
  obj,
  path = getwd(),
  verbose = FALSE,
  width = height * 16/9,
  height = 20,
  units = "cm"
)

Arguments

obj

Object of class xprts.

path

Path used for file.

verbose

TRUE = inform on every exported object.

width

Width of plot.

height

Height of plot.

units

UOM used for width and height.

Value

obj invisibly.


FrankLef/eflTools documentation built on May 4, 2024, 10:04 p.m.