Learn R Programming

ArArRedux (version 1.0)

calibration: Detector calibration

Description

Apply the detector calibration for multicollector data

Usage

calibration(X, clabel)

Arguments

X

an object of class redux

clabel

the label of the detector calibration data

Value

an object of class redux

Examples

Run this code
# NOT RUN {
data(Melbourne)
C <- calibration(Melbourne$X,"DCAL")
plotcorr(C)
# }

Run the code above in your browser using DataLab