Learn R Programming

ClimInd (version 0.1-2)

cmd: Climatic moisture deficit

Description

ETo - Effective precipitation ETo - Effective Precipitation

Usage

cmd(eto, pr, data_names = NULL, time.scale = YEAR, na.rm = FALSE)

Arguments

eto

et0

pr

precipitation

data_names

names of each period of time

time.scale

month, season or year

na.rm

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

Value

CMD

References

Parks, S. A., Parisien, M. , Miller, C. , Holsinger, L. M. and Baggett, L. S. (2018), Fine-scale spatial climate variation and drought mediate the likelihood of reburning. Ecol Appl, 28: 573-586. doi:10.1002/eap.1671

Examples

Run this code
# NOT RUN {
data(data_all)
cmd(eto = data_all$evapotranspiration, pr = data_all$rr)
# }

Run the code above in your browser using DataLab