Learn R Programming

Luminescence (version 0.3.1)

apply_EfficiencyCorrection: Function to apply spectral efficiency correction on RLum.Data.Spectrum S4 class objects

Description

The function allows spectral efficiency corrections for RLum.Data.Spectrum S4 class objects

Usage

apply_EfficiencyCorrection(object, spectral.efficiency)

Arguments

object
RLum.Data.Spectrum (required): S4 object of class RLum.Data.Spectrum
spectral.efficiency
data.frame (required): Data set containg wavelengths (x-column) and relative spectral response values (y-column) in percentage

Value

  • Returns same object as input (RLum.Data.Spectrum)

Function version

0.1 (2014-04-13 14:27:05)

Details

The efficiency correction is based on a spetral response dataset provided by the user. Usually the data set for the quantum efficiency is of lower resolution and values are interpolated for the required spectral resolution.

References

-

See Also

RLum.Data.Spectrum

Examples

Run this code
##(1) - use with your own data (uncomment for usage)
## spectral.efficiency <- read.csv("your data")
##
## your.spectrum <- apply_EfficiencyCorrection(your.spectrum, )

Run the code above in your browser using DataLab