| Pfr_Ptot | R Documentation |
Calculate the phytochrome photoequilibrium for monochromatic light from its wavelength or from a spectrum expressed as spectral irradiance.
Pfr_Ptot(x, ...)
## Default S3 method:
Pfr_Ptot(x, ...)
## S3 method for class 'numeric'
Pfr_Ptot(x, spct.out = length(x) > 20, ...)
## S3 method for class 'source_spct'
Pfr_Ptot(x, ..., na.rm = FALSE)
x |
an R object |
... |
not used |
spct.out |
logical Flag indicating if the returned object should be of
class |
na.rm |
logical. If |
The calculations are based on data describing the photochemical
constants for the plant photoreceptor phytochrome measured in vitro
and available for wavelengths in the range 380 nm to 770 nm as published by
Mancinelli (1994). For reliable estimates of P_{fr} / P_{tot} from
spectral irradiance, the spectrum should cover all these wavelengths with
reasonably high wavelength resolution.
If x is numeric, giving wavelengths (nm), a vector of
numeric values giving the P_{fr} / P_{tot} at each wavelength or a
generic_spct object with the wavelength values sorted in ascending
order and the corresponding P_{fr} / P_{tot} values in column
s.q.response.
If x is a source_spct object, a single numeric value
giving the P_{fr} / P_{tot}.
Pfr_Ptot(default): Default for generic function
Pfr_Ptot(numeric): Specialization for numeric
Pfr_Ptot(source_spct): Specialization for source_spct
Calculate phytochrome photoequilibrium from spectral (photon) irradiance
If you use these data in a publication, please cite also the original source as given under references.
Mancinelli, A.L. (1994) The physiology of phytochrome action. In Photomorphogenesis in plants, 2nd edition. R.E. Kendrick and G.H.M. Kronenberg, eds. Kluwer Academic Publishers, Dordrecht, pp. 211-269. ISBN 978-0-7923-2551-2 (print), 978-94-011-1884-2 (on-line). \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/978-94-011-1884-2_10")}
Other phytochrome-related functions and data:
PHYs.mspct,
Pfr_Ptot_R_FR(),
Phy_Sigma(),
Phy_Sigma_FR(),
Phy_Sigma_R(),
Phy_reaction_rates()
# monochromatic light
Pfr_Ptot(620) # one wavelength in nm
Pfr_Ptot(c(570, 600, 630, 660, 690, 735, 760)) # six wavelengths
Pfr_Ptot(sun.spct) # spectrum of terrestrial sunligth
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.