prepCalData | R Documentation |
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 dataset |
min.ncols |
smallest number of columns which must be in the dataset |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.