Skip to contents

A dataset of total spectral reflectance and total spectral transmittance expressed as fractions of one from the upper surface of a leaf of an Arabidopsis thaliana 'Ler' rosette.

Usage

Ler_leaf.spct

Ler_leaf_rflt.spct

Ler_leaf_trns.spct

Ler_leaf_trns_i.spct

Format

Datasets stored as object_spct, reflector_spct and filter_spct objects, containing transmittance and reflectance data.

An object of class reflector_spct (inherits from generic_spct, tbl_df, tbl, data.frame) with 1750 rows and 2 columns.

An object of class filter_spct (inherits from generic_spct, tbl_df, tbl, data.frame) with 1753 rows and 2 columns.

An object of class filter_spct (inherits from generic_spct, tbl_df, tbl, data.frame) with 2401 rows and 3 columns.

Details

  • w.length (nm)

  • Rfr (0..1)

  • Tfr (0..1)

Note

Measured with a Jaz spectrometer from Ocean Optics (USA) configured with a PX Xenon lamp module and Spectroclip double integrating spheres.

Author

Aphalo, P. J. & Wang, F (unpublished data)

Examples

Ler_leaf.spct
#> Object: object_spct [2,401 x 3]
#> Wavelength range 250-850 nm, step 0.25 nm 
#> Label: Ler_06_black.spct 
#> Measured on 2017-07-03 13:17:09.548817 UTC 
#> Variables:
#>  w.length: Wavelength [nm]
#>  Tfr: Total spectral transmittance [/1]
#>  Rfr: Total spectral reflectance [/1] 
#> --
#> # A tibble: 2,401 × 3
#>    w.length   Tfr    Rfr
#>       <dbl> <dbl>  <dbl>
#>  1     250      0 0.0467
#>  2     250.     0 0.0467
#>  3     250.     0 0.0467
#>  4     251.     0 0.0467
#>  5     251      0 0.0467
#>  6     251.     0 0.0467
#>  7     252.     0 0.0467
#>  8     252.     0 0.0467
#>  9     252      0 0.0467
#> 10     252.     0 0.0467
#> # ℹ 2,391 more rows
Ler_leaf_rflt.spct
#> Object: reflector_spct [1,750 x 2]
#> Wavelength range 250-850 nm, step 0.07635631-0.3766982 nm 
#> Label: Ler_06_black.spct 
#> Measured on 2017-07-03 13:17:09.548817 UTC 
#> Variables:
#>  w.length: Wavelength [nm]
#>  Rfr: Total spectral reflectance [/1] 
#> --
#> # A tibble: 1,750 × 2
#>    w.length    Rfr
#>       <dbl>  <dbl>
#>  1     250  0.0467
#>  2     250. 0.0467
#>  3     251. 0.0467
#>  4     251. 0.0467
#>  5     251. 0.0467
#>  6     252. 0.0467
#>  7     252. 0.0467
#>  8     252. 0.0467
#>  9     253. 0.0467
#> 10     253. 0.0466
#> # ℹ 1,740 more rows