trans_ozone | R Documentation |
Calculates transmittance due to ozone.
trans_ozone(...) ## S3 method for class 'numeric' trans_ozone(air_mass_rel, oz = 0.35, ...) ## S3 method for class 'weather_station' trans_ozone(weather_station, ...)
... |
Additional parameters passed to later functions. |
air_mass_rel |
Relative optical air mass. |
oz |
Columnar ozone in cm. Default is average value of 0.35 cm. |
weather_station |
Object of class weather_station |
Transmittance due to ozone (0-1).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.