Skip to contents

Perform GompitZ Calibration

Usage

runGompitzCalibration(
  input.data,
  subset = NULL,
  verbose = 1,
  sep = ";",
  digits = 3,
  VERSION = getOperatingSystemType()
)

Arguments

input.data

prepared input data as retrieved by composeGompitzInputData

subset

indexes of rows in input.data to be used for calibration. If NULL (default), all rows are used.

verbose

verbosity level

sep

column separator

digits

round estimates read from calibr.txt and param.txt, respectively, to this number of (significant) digits before comparing them. Default: 3

VERSION

name of subdirectory in package containing the binary files to be executed. Possible values: "unix", "win32", "win32_kwb"

Examples

# For an example, see the Tutorial vignette "How to Use the Package"