bio16: Precipitation wettest quarter

Description Usage Arguments Value References Examples

Description

Precipitation of the wettest quarter of the year

Usage

1
bio16(data, data_names = NULL, na.rm = FALSE, ...)

Arguments

data

daily precipitation, mm

data_names

names of each period of time

na.rm

logical. Should missing values (including NaN) be removed?

...

further arguments passed to or from other methods

Value

precipitation, mm

References

Hijmans RJ, Cameron SE, Parra JL, Jones PG, Jarvis A (2005) Very high resolution interpolated climate surfaces for global land areas. Int J Climatol 25:1965–1978. doi: 10.1002/joc.1276. https://web.archive.org/web/20190714191708/https://www.worldclim.org/bioclim

Examples

1
2
data(data_all)
bio16(data = data_all$rr, na.rm = TRUE)

Example output

Loading required package: SPEI
Loading required package: lmomco
Loading required package: parallel
Loading required package: ggplot2
# Package SPEI (1.7) loaded [try SPEINews()].
Loading required package: chron
Loading required package: weathermetrics
    2050     2051     2052     2053     2054     2055     2056     2057 
  0.0000   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000 
    2058     2059     2060     2061     2062     2063     2064     2065 
  0.0000   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000 
    2066     2067     2068     1969     1970     1971     1972     1973 
  0.0000   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000   0.0000 
    1974     1975     1976     1977     1978     1979     1980     1981 
  0.0000   0.0000   0.0000   0.0000   0.0000 197.6793 200.7848 207.1860 
    1982     1983     1984     1985     1986     1987     1988     1989 
163.6777 243.7297 245.8023 144.2767 182.5049 191.6718 364.5008 199.5067 
    1990     1991     1992     1993     1994     1995     1996     1997 
142.6487 198.7458 181.4221 144.0964 145.2269 181.8339 193.0514 186.2376 
    1998     1999     2000     2001     2002     2003     2004     2005 
196.1637 142.7052 160.5987 121.6427 231.2286 197.5813 220.2694 133.9656 
    2006     2007     2008     2009     2010     2011     2012     2013 
139.9182 195.7281 299.1754 144.4439 198.8150 191.9989 172.8611 207.8984 
    2014     2015     2016     2017 
162.9803 161.6938 192.2992 116.1935 
There were 29 warnings (use warnings() to see them)

ClimInd documentation built on April 10, 2021, 1:06 a.m.