Learn R Programming

ClimInd (version 0.1-2)

tci60: Good tourism days TCI>60

Description

Number of days TCI>60, standard ECA&D Number of days TCI>60 (see TCI) TCI = 8 Cld + 2 Cla + 4 R + 4 S + 2 W. Let TCIij be the daily value of the Tourism Climatic Index at day i of period j. Then counted is the number of days where: TCIij>=60. Where C ld is a daytime comfort index, consisting of the mean maximum air temperature Ta, max (<U+2103>) and the mean minimum relative humidity RH (

Usage

tci60(data, sunshine, w, data_names = NULL, time.scale = YEAR,
  na.rm = FALSE)

Arguments

data

precipitation

sunshine

net radiation

w

average wind

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

TCI60

References

Mieczkowski, Z. (1985). The tourism climatic index: a method of evaluating world climates for tourism. The Canadian Geographer/Le G<U+00E9>ographe canadien, 29(3), 220-233.

Examples

Run this code
# NOT RUN {
data(data_all)
tci60(data=data_all$rr, sunshine=data_all$radiation, w=data_all$wind)
# }

Run the code above in your browser using DataLab