Kerner Oceanity Index
KOI analysed the oceanity assuming that marine climates have colder spring months in comparison with the autum months.
koi(data, data_names = NULL, na.rm = FALSE, ...)
data |
daily mean temperature, Celsius |
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 |
index value
KOI = \frac {100(TGo-TGa)}{Thm-Tcm}
TGo = Average temperature of October TGa = Average temperature of April Thm = Average temperature of the hottest month (Celsius); Tcm = Average temperature of the coldest month (Celsius)
Zambakas J. 1992.General Climatology. Department of Geology,National & Kapodistrian University of Athens, Athens. Gavilan RG. 2005. The use of climatic parameters and indices in vege-tation distribution. A case study in the Spanish System Central.Int. J.Biometeorol.50: 111–120.
data(data_all) koi(data = data_all$tg)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.