Learn R Programming

ClimInd (version 0.1-2)

moi: Marsz Oceanity Index

Description

MOI = ( 0.731 * geographic latitude grados + 1.767 ) / the annual range of monthly mean air temperatures grados

Usage

moi(data, value, data_names = NULL, na.rm = FALSE, ...)

Arguments

data

medium temperature

value

lat

data_names

names of each period of time

na.rm

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

...

...

Value

n0to10

Formula

$$MOI=\frac {0.731 \phi +1.767}{Thm-Tcm}$$ $$\phi$$ = geographical latitude; Thm = Average temperature of the hottest month (Celsius); Tcm = Average temperature of the coldest month (Celsius)

References

Marsz A, Rakusa-Suszczewskis S. 1987. Charakterystyka ekologiczna rejonu Zatoki Admiralicji (King George Island, SouthShetland Islands). 1. Klimat i obszary wolne od lodu.Kosmos36:103<U+2013>127.

Examples

Run this code
# NOT RUN {
data(data_all)
moi(data = data_all$tg, value = data_all$lat)
# }

Run the code above in your browser using DataLab