png.control: Prepare png figure out. 'png.control'

View source: R/plot.R

png.controlR Documentation

Prepare png figure out. png.control

Description

Prepare png figure out. png.control

Usage

png.control(
  fn = "figure.png",
  file = file.path(path, fn),
  path = get("anapath", envir = .shud),
  ratio = 9/11,
  ht = 11,
  wd = ht * ratio,
  units = "in",
  res = 200
)

Arguments

fn

Filename

file

Full path of file

path

The path only. Default = anapath in .shud environment.

ratio

Ratio of width to height.

ht

Height.

wd

Width.

units

Units of width and height.

res

Resolution along height and width.


SHUD-System/SHUDtoolbox documentation built on Nov. 27, 2024, 5:54 a.m.