planck_law: Creates spectrum of a Planckian radiator

View source: R/lighting_values.R

planck_lawR Documentation

Creates spectrum of a Planckian radiator

Description

plack_law() computes the spectral intensities of a Planckian radiator with a defined temperature of the black body.

Usage

planck_law(wl, temperature)

Arguments

wl

Wavelength vector of Planckian radiator in nm

temperature

A single temperature value of black body radiator in kelvin

Value

spectral intensities of Planckian radiator

Examples

# Create wavelength vector
wl <- seq(380, 780, 1)

planck_law(wl, 2700)
planck_law(wl, 6500)


Wei-Lim/lighting documentation built on Oct. 17, 2023, 3:20 p.m.