Description Usage Arguments Examples
This function calculates the date, rise/set times, azimuth and declination for sun and moon on the days of the Spring Full Moon (SFM) and Autumn Full Moon (AFM), for a given year and location.
1 2 3 4 5 6 7 8 9 10 11 12 |
season |
(Optional) Either 'spring' or 'autumn'. Default is 'spring. |
rise |
(Optional) Boolean to choose whether to calculate Equinoctial Full Moon rises or sets. Defaults to TRUE. |
year |
Epoch(s) for which to do calculations. Can be either a single value (the year), two values (range of years), or a vector of years. |
loc |
This can be either a skyscapeR.horizon object, or a vector with the latitude, longitude and elevation of the site, in this order. |
min.phase |
(Optional) Minimum lunar phase (between 0 and 1) for which a moon is considered to be full. Defaults to 0.99. |
refraction |
(Optional) Boolean for whether or not atmospheric refraction should be taken into account. Defaults to TRUE. |
atm |
(Optional) Atmospheric pressure (in mbar). Only needed if refraction is set to TRUE. Default is 1013.25 mbar. |
temp |
(Optional) Atmospheric temperature (in Celsius). Only needed if refraction is set to TRUE. Default is 15 degrees. |
timezone |
(Optional) Timezone for output of rising and setting time either as a known acronym (e.g. "GMT", "CET") or a string with continent followed by country capital (e.g. "Europe/London"). See timezones for details. Defaults to system timezone. |
calendar |
(Optional) Calendar used to output dates. G for gregorian and J for julian. Defaults to Gregorian. |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.