climApply: climApply

Description Usage Arguments Note Examples

Description

Extantsions of 'climClass' function

Usage

1
2
climApply(P = NA, Tx = NA, Tm = NA, Tn = NA, month = 1:12,
  clim_fun = ClimClass::contin, ...)

Arguments

P

monthly precipitation

Tx

monthly mean daily maximium temparature

Tm

monthly mean daily average temparature

Tn

monthly mean daily minimum temparature

month

vector indicating each month. Default is 1:12.

clim_fun

function or function name of the applied "ClimClass" package function

...

further arguments for clim_fun

Note

'month' can be replecad by 'layer'

Examples

1
2
3
4
5
6
7
library(ClimClassMap)

data(Trent_climate)
 
clim <- clima_81_10$T0083

c <- climApply(P=clim$P,Tx=clim$Tx,Tn=clim$Tn,Tm=clim$Tm,clim_fun=contin,indices=4)

ecor/ClimClassMap documentation built on May 15, 2019, 8 p.m.