azimuth: Function for getting the difference between the azimuth...

Description Usage Arguments Value Examples

View source: R/roots.R

Description

Function for getting the difference between the azimuth coordinate according to some parameters and an reference azimuth

Usage

1
azimuth(x, parms)

Arguments

x

Julian day

parms

Vector of strings containing the name of celestial body, geographic longitude, geographic latitude, geographic altitude and reference azimuth

Value

Difference in azimuth

Examples

1
2
3
from <- str2jd("2014-03-08")
to <- str2jd("2015-03-08")
azimuth(seq(from,to,1),parms=c("sun","42<c3><82><c2><b0>36'25\"N","5<c3><82><c2><b0>33'58\"W","782", "20<c3><82><c2><b0>0'0\""))

Susarro/arqastwb documentation built on May 21, 2019, 10:28 a.m.