Returns published molar extinction coefficient spectra for common tissue chromophores. Data from Prahl (Oregon Medical Laser Center) and Jacques (2013).
Value
A tibble::tibble with columns wavelength (nm) and one column per
requested chromophore (extinction coefficient in cm^-1 / (mol/L)).
Examples
hb_data <- hs_chromophore_data()
head(hb_data)
#> # A tibble: 6 × 3
#> wavelength HbO2 Hb
#> <dbl> <dbl> <dbl>
#> 1 400 147007. 28787.
#> 2 402 178450. 38491.
#> 3 404 210722. 50509.
#> 4 406 242043. 65011.
#> 5 408 270427. 82049.
#> 6 410 293884. 101514.