sunlight.ASTM | R Documentation |
Calculate the spectral irradiance for sunlight at or below Earth's atmosphere based on ASTM G173-03 reference spectra
sunlight.ASTM(
wavelength = c(seq(280, 400, 0.5), seq(401, 1700, 1), 1702, seq(1705, 4000, 5)),
model = ""
)
wavelength |
defaults to the wavelength values used in the G173-03 model |
model |
accepts empty string (default), or "AM1.5G", "AM0", or "DNCS" |
Calculate the spectral irradiance of sunlight on Earth based on ASTM G173-03 model for any wavelength between 280 nm and 4000 nm with at best 0.01 nm resolution (interpolated).
NOTE: which model is returned depends on the "model" argument
Wavelength/nm
Spectral irradiance/W m⁻² nm⁻¹
Cumulative irradiance/W m⁻²
Relative irradiance (0-1)
Spectral photon flux/s⁻¹ m⁻² nm⁻¹
Cumulative photon flux/s⁻¹ m⁻²
Relative photon flux (0-1)
## Not run:
sunlight.ASTM()
sunlight.ASTM(model = "AM0")
sunlight.ASTM(wavelength = seq(400, 450, by = 0.1), model = "AM1.5G")
sunlight.ASTM(wavelength = seq(500, 600, by = 1))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.