prepCalData: Prepares calibration data

View source: R/misc.R

prepCalDataR Documentation

Prepares calibration data

Description

Prepares calibration data

Usage

prepCalData(x, exclrows = NULL, exclcols = NULL, min.nrows = 1, min.ncols = 2)

Arguments

x

matrix or data frame with values (calibration set)

exclrows

rows to be excluded from calculations (numbers, names or vector with logical values)

exclcols

columns to be excluded from calculations (numbers, names or vector with logical values)

min.nrows

smallest number of rows which must be in the dataset

min.ncols

smallest number of columns which must be in the dataset


svkucheryavski/mdatools documentation built on Aug. 25, 2023, 12:27 p.m.