Description Usage Arguments Details Value See Also Examples
bio1 is used to calculated mean annual temperature.
1 | bio1(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 annual temperature. Options are "anuclim", "dailymaxmin" or unspecified (see details). |
If method is "anuclim" temperatures are aggregated by month, and
spline intepolated to weekly before mean annual temperature is calculated,
replicating the method used by http://www.worldclim.org/. If method is
"dailymaxmin", daily mean temperatures are calculated as the mean of daily
maximum and minimum temperatures and annual mean calculated from daily
means. Otherwise the mean of temps is returned. If using anuclim method
and data span more than one year, data are aggregated by unique month
irrespective of year and one value returned. If using dailymaxmin method
and data span more than one year, calculations will be performed on all data
and a single value returned.
a single numeric value of mean annual temperature.
the tmecreate() function can be used to create a POSIXlt object.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.