Description Usage Arguments Examples
Returns the calendar date when the sun has the same declination as the input declination.
1 | solar.date(dec, year, calendar, verbose = T)
|
dec |
Single value or array of declination values. |
year |
Year for which to do calculations. |
calendar |
(Optional) Calendar used for output. G for gregorian and J for julian. Defaults to Gregorian. |
verbose |
(Optional) Boolean to control whether or not to display text. Default is TRUE. |
1 2 3 4 | solar.date(-23, 2018)
solar.date(-12, 1200, calendar='G')
solar.date(-12, 1200, calendar='J')
solar.date(14, -2000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.