Description Usage Arguments Value Author(s) References See Also Examples
This function uses the date package's
mdy.date function to get the Julian
day (count of the day in the year, from 1-365, or 1-366
for leap years) from the input year, month, and day.
| 1 |   yearmonthday_to_julianday(year, month, day)
 | 
| year | as numeric, 4 digits | 
| month | as numeric, 1-2 digits | 
| day | as numeric, 1-2 digits | 
julian_day, the julian day between 1-365 or 1-366 (for leap years)
Nicholas J. Matzke matzke@berkeley.edu
Ackerman S, Frey R, Strabala K, Liu Y, Gumley L, Baum B and Menzel P (2010). "Discriminating clear-sky from cloud with MODIS algorithm theoretical basis document (MOD35)." MODIS Cloud Mask Team, Cooperative Institute for Meteorological Satellite Studies, University of Wisconsin - Madison. <URL: http://modis-atmos.gsfc.nasa.gov/_docs/MOD35_ATBD_Collection6.pdf>.
GoldsmithMatzkeDawson2013
| 1 2 | year=2011; month=06; day=15
yearmonthday_to_julianday(year, month, day)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.