photobiologyWavebands 0.5.1

R Package Update
Author

Pedro J. Aphalo

Published

2023-01-05

Modified

2023-01-05

Keywords

photobiologyWavebands pkg

PAR, or photosynthetically active radiation, as defined by McCree (1972) and used almost universaly in plant sciences is a biological spectral weighting function or BSWF that for spectral irradiance in photon based units takes one of two values for the weights: 0 or 1. So for computations of PAR photon irradiance (or PPFD) it is equivalent to integration over a range of wavelengths without application of a weighting function.

However, PAR, as defined by McCree, has a BSWF with weights that vary with wavelength when used to computed PAR (energy) irradiance, a quantity currently almost never used. Anyway the definition of the PAR() waveband constructor in previous versions of the package was conceptually wrong, and has now been fixed. If anybody happened to compute PAR energy irradiance with earlier versions of the package, the results obtained were not weighted. This non-weighted quantity has been in the old literature occasionally also called PAR, but is a “PAR” quantity based on a different defintion than McCree’s. In the new version the result from the same computation is weighted, and differs from the one computed using earlier versions to an extent that depends on the shape of the spectrum.

In the update, I not only corrected this bug, but added code implementing several additional ways of computing “PAR-like” quantities, both of historical interest and recently proposed and under debate. I also expanded the documentation explaining the differences among defintions and adding references to the scientific literature.

The names of functions CIE() and ICNIRP() have a clear meaning only within a very specialized community, as they refer to acronyms fro the names of organizations that have published many different standards related to radiation and its effects. New constructors erythema() and uv_health_hazard() by default construct identical waveband objects as CIE() and ICNIRP(), respectively. (The old names remain available.)

The main changes from version 0.5.0 the previous CRAN release, are:

Package documentation web site at: https://docs.r4photobiology.info/photobiologyWavebands/

NOTE: Version 0.5.1 is on its way to CRAN.

Please raise issues concerning bugs or enhancements to this package through Bitbucket at https://github.com/aphalo/photobiologyWavebands/issues/