prepCalData {mdatools} | R 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 |
[Package mdatools version 0.14.1 Index]