Description Usage Arguments Value Examples
Plot a function usin Julian Day as x coordinate
1 | plt_fnc_jd(fnc, from, to, interval, tick_interval)
|
fnc |
Function to plot |
from |
Initial julian day |
to |
Final julian day |
interval |
sample interval in time |
tick_interval |
Tick interval |
Plot
1 2 | fnc<-function(x) apparent_equatorial_position(x,"sun")$declination
plt_fnc_jd(fnc, str2jd("1972-03-01"),str2jd("1973-03-01"),10,60)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.