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

Description Usage Arguments

View source: R/plot.R

Description

Prepare png figure out. png.control

Usage

1
2
3
png.control(fn = "figure.png", file = file.path(path, fn),
  path = get("anapath", envir = .pihm), 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 .pihm environment.

ratio

Ratio of width to height.

ht

Height.

wd

Width.

units

Units of width and height.

res

Resolution along height and width.


happynotes/PIHMgisR documentation built on Jan. 25, 2020, 9:51 p.m.