View source: R/lighting_values.R
planck_law | R Documentation |
plack_law()
computes the spectral intensities of
a Planckian radiator with a defined temperature of the black body.
planck_law(wl, temperature)
wl |
Wavelength vector of Planckian radiator in nm |
temperature |
A single temperature value of black body radiator in kelvin |
spectral intensities of Planckian radiator
# Create wavelength vector
wl <- seq(380, 780, 1)
planck_law(wl, 2700)
planck_law(wl, 6500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.