airmass | R Documentation |
Calculate the air mass value from the zenith angle
airmass(z = 48.2)
z |
zenith angle in degrees (default 48.2° corresponds to AM1.5) |
Calculate the air mass (AM) value using the secant approximation. Note that this function only returns physically meaningful values for z <= 70°,
air mass value, numeric
https://en.wikipedia.org/wiki/Air_mass_(astronomy)
## Not run:
airmass()
airmass(z = 59.83919) # latitude of chemistry dept at Ångström laboratory
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.