Learn R Programming

retistruct (version 0.8.0)

retistruct.cli.process: Process a dataset, saving results to disk

Description

This function processes a dataset, saving the reconstruction data and MATLAB export data to the dataset directory and printing figures to outputdir.

Usage

retistruct.cli.process(
  dataset,
  outputdir = NA,
  device = "pdf",
  titrate = FALSE,
  matlab = TRUE
)

Arguments

dataset

Path to dataset to process

outputdir

Directory in which to save any figures

device

String representing device to print figures to

titrate

Whether to titrate or not

matlab

Whether to save to MATLAB or not

Author

David Sterratt