fod: Foggy days

Description Usage Arguments Value References Examples

Description

Number of days with fog.

Usage

1
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

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

ClimInd documentation built on April 10, 2021, 1:06 a.m.