retistruct.cli.figure: Print a figure to file

Description Usage Arguments Author(s)

View source: R/retistruct-cli.R

Description

Print a figure to file

Usage

1
2
3
4
5
6
7
8
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)

Author(s)

David Sterratt


retistruct documentation built on April 4, 2020, 5:08 p.m.