sol_azimuth: Solar azimuth angle

sol_azimuthR Documentation

Solar azimuth angle

Description

Calculates solar azimuth angle for the given date and time.

Usage

sol_azimuth(...)

## S3 method for class 'POSIXt'
sol_azimuth(datetime, lat, lon, ...)

## S3 method for class 'weather_station'
sol_azimuth(weather_station, ...)

Arguments

...

Additional parameters passed to later functions.

datetime

POSIXt object (POSIXct, POSIXlt). See base::as.POSIXlt and base::strptime for conversion.

lat

Latitude in decimal degrees.

lon

Longitude in decimal degrees.

weather_station

Object of class weather_station.

Value

Solar azimuth angle in degrees.


FabianMitze/FieldClimRevised documentation built on Sept. 4, 2022, 12:38 a.m.