Description Usage Arguments Details Value See Also Examples
bio10 is used to calculate the mean temperature of the warmest
quarter (three months) of the year
1  | bio10(temps, tme, method = "")
 | 
temps | 
 a vector of temperatures, normally for one year (see details).  | 
tme | 
 a   | 
method | 
 An optional character string describing the method used to calculate mean temperature of the warmest quarter. Options are "anuclim" or unspecified (see details).  | 
If method is "anuclim", warmest quarter is determined to the nearest week. Mean monthly temperature values are calculated and spline interpolated to a weekly time period. Precipitation values are summed for all months and then spline interpolated to a weekly time period. Otherwise, the mean temperature of the warmest 3-month period is calculated from annual values.
a single numeric value of mean temperature in the warmest quarter of the year.
the tmecreate() function can be used to create a POSIXlt object.
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.