sun.path | R Documentation |
This function creates Cartesian and polar sun path plots for specific locations, useful for estimating understory light. CC-by-SA 2.5: https://creativecommons.org/licenses/by-sa/2.5/
sun.path(location.name = "Jena", phi = 50.9106, lambda = 11.5672,
out = "", type = "polar", lang = "en", locale = "English",
ieqot = FALSE, summert = 0)
location.name |
Name of the plot location. Defaults to |
phi |
Latitude in degrees. |
lambda |
Longitude in degrees. |
out |
Output file type. Options include PNG, PDF, JPG, and SVG. |
type |
Type of plot. Options include polar and cart. |
lang |
Language to use. Options include de for German, en for English, it for Italian, and nl for Dutch. |
locale |
Set localization for month name generation. Options include German_Austria, English, Italian, and Dutch. |
ieqot |
Boolean switch for whether to take the equation of time into account. |
summert |
Boolean switch used to set to summertime normal time. |
The results of sun.path
Thomas Steiner
https://commons.wikimedia.org/wiki/File:Sonnenstand.png
sun.path(location.name='Jena', phi=50.9106, lambda=11.5672, out='', type='polar', lang='en', locale='English', ieqot=FALSE, summert=0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.