true_elevation: Function for getting the difference between the true...

Description Usage Arguments Value Examples

View source: R/roots.R

Description

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

Usage

1
true_elevation(x, parms)

Arguments

x

Julian day

parms

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

Value

Difference in elevation

Examples

1
2
3
from <- str2jd("2014-03-08")
to <- str2jd("2015-03-08")
true_elevation(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.