Prepares calibration data
prepCalData(x, exclrows = NULL, exclcols = NULL, min.nrows = 1, min.ncols = 2)
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 datasetmin.ncols
: smallest number of columns which must be in the dataset