fod {ClimInd}R Documentation

Foggy days

Description

Number of days with fog.

Usage

fod(data, data_names = NULL, time.scale = YEAR, na.rm = FALSE)

Arguments

data

cloud base below 100 meter, percentage

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

days

References

Rastogi, B., A.P. Williams, D.T. Fischer, S.F. Iacobellis, K. McEachern, L. Carvalho, C. Jones, S.A. Baguskas, and C.J. Still, 2016: Spatial and Temporal Patterns of Cloud Cover and Fog Inundation in Coastal California: Ecological Implications. Earth Interact., 20, 1–19, doi: 10.1175/EI-D-15-0033.1

Examples

data(data_all)
fod(data = data_all$cloud100)

[Package ClimInd version 0.1-3 Index]