Learn R Programming

retistruct (version 0.6.3)

retistruct.cli.figure: Print a figure to file

Description

Print a figure to file

Usage

retistruct.cli.figure(
  dataset,
  outputdir,
  device = "pdf",
  width = 6,
  height = 6,
  res = 100
)

Arguments

dataset

Path to dataset to process

outputdir

Directory in which to save any figures

device

String representing device to print figures to

width

Width of figures in inches

height

Height of figures in inches

res

Resolution of figures in dpi (only applies to bitmap devices)