Learn R Programming

ClimInd (version 0.1-2)

fod: 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

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

cloudy 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<U+2013>19, https://doi.org/10.1175/EI-D-15-0033.1

Examples

Run this code
# NOT RUN {
data(data_all)
fod(data = data_all$cloud100)
# }

Run the code above in your browser using DataLab